fix: styling on page-list for smaller screens

This commit is contained in:
Jacky Zhao 2022-07-14 11:49:47 -07:00
parent e0b6606d50
commit 7ccff2cf3d
1 changed files with 8 additions and 2 deletions

View File

@ -169,7 +169,7 @@ blockquote {
background-color: transparent !important;
}
& a[href$="#"] {
& a[href$="#"], &.active a {
opacity: 0.2;
}
}
@ -506,7 +506,13 @@ header {
& > .section {
display: flex;
align-items: center;
@media all and (max-width: 600px) {
& .tags {
display: none;
}
}
& h3 > a {
font-weight: 700;
margin: 0;