mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-03 08:08:41 -04:00
adjust post size for mobile devices
This commit is contained in:
parent
c76ab82a3c
commit
467c27d5c2
2 changed files with 13 additions and 1 deletions
|
@ -21,6 +21,12 @@
|
|||
--border: #eee;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
:root {
|
||||
--gap: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.dark {
|
||||
--theme: #1d1e20;
|
||||
--entry: #2e2e33;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue