|
|
@ -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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -506,7 +506,13 @@ header {
|
|
|
|
& > .section {
|
|
|
|
& > .section {
|
|
|
|
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;
|
|
|
|