fix incorrect css location
This commit is contained in:
parent
99da60771e
commit
aa7d428c83
@ -176,10 +176,6 @@ div.social-links > a {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
pre.highlight {
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 900px) {
|
||||
.card {
|
||||
min-width: unset;
|
||||
|
@ -144,6 +144,10 @@ footer > a {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
pre.highlight {
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 341px) {
|
||||
#socials > div > a {
|
||||
font-size: x-small;
|
||||
|
Loading…
x
Reference in New Issue
Block a user