chore: minor cleanup

This commit is contained in:
Cory Dransfeldt 2024-06-17 16:11:56 -07:00
parent 16b6e2163b
commit ef6987da19
No known key found for this signature in database
6 changed files with 11 additions and 14 deletions

View file

@ -2,7 +2,6 @@
display: flex;
flex-direction: row;
list-style-type: none;
margin: 0;
padding: 0;
gap: var(--sizing-md);
@ -24,8 +23,7 @@
}
}
.menu-button-container,
theme-toggle {
.menu-button-container {
margin-left: var(--sizing-md)
}
@ -84,14 +82,10 @@ theme-toggle {
margin-top: calc(var(--sizing-3xl) * 2.25);
flex-direction: column;
width: 100%;
justify-content: center;
align-items: center;
gap: 0;
z-index: 3;
& > li {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
padding: var(--sizing-sm) 0;

View file

@ -1,7 +1,8 @@
theme-toggle {
display: flex;
width: var(--sizing-svg-base);
height: var(--sizing-svg-base);
display: flex;
margin-left: var(--sizing-md);
}
.theme-toggle {

View file

@ -27,6 +27,7 @@
&.title {
font-size: var(--font-size-xl);
line-height: 1;
}
&.sub-meta {

View file

@ -124,6 +124,7 @@
&.title {
font-size: var(--font-size-xl);
line-height: 1;
}
&.sub-meta {