Paddings for header and footer to make them match each other better

This commit is contained in:
2024-08-14 18:53:35 +03:00
parent c9dbdc459f
commit e08264d81d
2 changed files with 4 additions and 3 deletions

View File

@@ -39,7 +39,7 @@
align-items: center;
gap: 20px;
padding: 5px 20px 5px 20px;
padding: 5px 10px;
height: 74px;
background-color: var(--col_panel);