mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-11-04 18:32:46 +01:00
assets(css): fix "calc" operands should be correctly spaced
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
min-height: 320px;
|
||||
margin: var(--gap) 0 calc(var(--gap)*2) 0
|
||||
margin: var(--gap) 0 calc(var(--gap) * 2) 0
|
||||
}
|
||||
|
||||
@media screen and (max-width:600px) {
|
||||
|
||||
Reference in New Issue
Block a user