left-right margin

This commit is contained in:
Lera Elvoé 2025-05-21 20:05:50 +03:00
parent f8da57224f
commit fd261ec8c0
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ $button_color: color.adjust($accent_color, $hue: 90);
body {
font-family: sans-serif;
margin: 20px;
margin: 20px 100px;
background-color: $main_bg;
}

View File

@ -12,7 +12,7 @@
body {
font-family: sans-serif;
margin: 20px;
margin: 20px 100px;
background-color: rgb(173.5214173228, 183.6737007874, 161.0262992126);
}