Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
tune padding
Browse files Browse the repository at this point in the history
  • Loading branch information
fizfakovets committed Feb 19, 2023
1 parent c0a5f65 commit 29e8448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

.layout-main {
min-height: 100vh;
padding: calc(var(--toolbar-height) + 10px) 8px;
padding: calc(var(--toolbar-height) + 10px) max(8px, 2.5%);
width: min(1200px, 100%);
margin: 0 auto;
display: flex;
Expand Down

0 comments on commit 29e8448

Please sign in to comment.