Add site title display toggle

This commit is contained in:
James Panther
2022-11-10 11:32:43 +11:00
parent 4367628ebe
commit 8a1dbe4777
10 changed files with 39 additions and 20 deletions
+12 -4
View File
@@ -1831,6 +1831,10 @@ body:has(#menu-controller:checked) {
margin-bottom: 0.25rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
@@ -1843,10 +1847,6 @@ body:has(#menu-controller:checked) {
margin-left: 0.5rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.\!mb-9 {
margin-bottom: 2.25rem !important;
}
@@ -2018,6 +2018,10 @@ body:has(#menu-controller:checked) {
flex-wrap: wrap;
}
.items-start {
align-items: flex-start;
}
.items-center {
align-items: center;
}
@@ -2882,6 +2886,10 @@ body:has(#menu-controller:checked) {
flex-direction: row;
}
.sm\:items-center {
align-items: center;
}
.sm\:p-6 {
padding: 1.5rem;
}