mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-21 02:15:09 -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
|
@ -1,7 +1,7 @@
|
|||
.main {
|
||||
position: relative;
|
||||
min-height: calc(100vh - var(--header-height) - var(--footer-height));
|
||||
max-width: calc(var(--main-width) + var(--gap)*2);
|
||||
max-width: calc(var(--main-width) + var(--gap) * 2);
|
||||
margin: auto;
|
||||
padding: var(--gap)
|
||||
}
|
||||
|
@ -29,7 +29,7 @@
|
|||
font-size: 13px;
|
||||
line-height: 36px;
|
||||
background: var(--primary);
|
||||
border-radius: calc(36px/2);
|
||||
border-radius: calc(36px / 2);
|
||||
padding: 0 16px
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue