mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-24 19:54:23 -04:00
assets(css): fix "calc" operands should be correctly spaced
This commit is contained in:
parent
fd06af55fc
commit
c9a387ebdb
5 changed files with 11 additions and 11 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue