forked from abner/for-legacy-web
Fix: Small mobile fixes, paddings
This commit is contained in:
@@ -186,12 +186,21 @@
|
||||
text-transform: unset;
|
||||
|
||||
a {
|
||||
|
||||
opacity: 0.7;
|
||||
color: var(--accent);
|
||||
font-weight: 600;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
a {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user