fix: styling on page-list for smaller screens
This commit is contained in:
parent
e0b6606d50
commit
7ccff2cf3d
@ -169,7 +169,7 @@ blockquote {
|
|||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
& a[href$="#"] {
|
& a[href$="#"], &.active a {
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -507,6 +507,12 @@ header {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
@media all and (max-width: 600px) {
|
||||||
|
& .tags {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
& h3 > a {
|
& h3 > a {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user