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

Commit 29e8448

Browse files
author
Artem Netsvetaev
committed
tune padding
1 parent c0a5f65 commit 29e8448

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scss/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

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

0 commit comments

Comments
 (0)