mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-17 16:44:24 -04:00
Optimize footer margins
This commit is contained in:
parent
b288ede80c
commit
e0fc64c43e
3 changed files with 87 additions and 61 deletions
|
@ -36,6 +36,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 340px) {
|
||||
.share-buttons {
|
||||
justify-content: unset;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion) {
|
||||
/* terms; profile-mode; post-single; post-entry; post-entry; search; search */
|
||||
.terms-tags a:active,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue