fix incorrect css location

This commit is contained in:
Tyler 2024-06-10 19:21:40 +01:00
parent 99da60771e
commit aa7d428c83
2 changed files with 4 additions and 4 deletions

View File

@ -176,10 +176,6 @@ div.social-links > a {
text-align: left; text-align: left;
} }
pre.highlight {
overflow: scroll;
}
@media only screen and (max-width: 900px) { @media only screen and (max-width: 900px) {
.card { .card {
min-width: unset; min-width: unset;

View File

@ -144,6 +144,10 @@ footer > a {
margin-top: 20px; margin-top: 20px;
} }
pre.highlight {
overflow: scroll;
}
@media only screen and (max-width: 341px) { @media only screen and (max-width: 341px) {
#socials > div > a { #socials > div > a {
font-size: x-small; font-size: x-small;