Skip to content

Commit

Permalink
Misc style changes and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Oct 23, 2024
1 parent 63e1216 commit 916cd8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
7 changes: 1 addition & 6 deletions src/_sass/components/_asides.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
aside.alert {
padding: 1rem;

//@media(max-width: 576px) {
// margin-left: 0;
// margin-right: 0;
//}
padding: 0.75rem;

.alert-header {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/_sass/components/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
height: 2.5rem;
border-radius: var(--site-square-radius);
padding: 0.5rem;
margin-right: 0.75rem;
margin-right: 0.5rem;
width: 15rem;

font-family: var(--site-ui-font-family);
Expand Down
8 changes: 6 additions & 2 deletions src/_sass/components/_sidenav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
top: 1rem;

.nav-header {
font-weight: 500;
font-weight: bolder;
padding: 0.25rem 0.4rem 0;
color: var(--site-outline);
color: var(--site-on-surface-variant);
}

ul {
Expand Down Expand Up @@ -87,6 +87,10 @@
}

&:hover {
@include utils.interaction-style(6%);
}

&:active {
@include utils.interaction-style(8%);
}

Expand Down

0 comments on commit 916cd8a

Please sign in to comment.