mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-21 18:35:18 -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
|
@ -2,7 +2,7 @@
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
max-width: calc(var(--nav-width) + var(--gap)*2);
|
||||
max-width: calc(var(--nav-width) + var(--gap) * 2);
|
||||
margin-inline-start: auto;
|
||||
margin-inline-end: auto;
|
||||
line-height: var(--header-height)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue