mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-02 15:49:50 -04:00
css : refactor all margins
* hope this does not break anything xd
This commit is contained in:
parent
1e5f020efb
commit
e91b15284a
6 changed files with 16 additions and 35 deletions
|
@ -4,8 +4,7 @@
|
|||
position: relative;
|
||||
min-height: calc(100vh - var(--header-height) - var(--footer-height));
|
||||
max-width: calc(var(--main-width) + var(--gap) * 2);
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin: auto;
|
||||
padding: var(--gap);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue