style: remove nav and footer padding

Not sure why that was there...
This commit is contained in:
Miodec 2023-09-19 17:28:58 +01:00
parent 5743897bae
commit bcf9ad0895
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
font-size: 0.75rem;
color: var(--sub-color);
// transition: 0.25s;
padding: 0 5px;
// padding: 0 5px;
// margin-bottom: 2rem;
.keyTips {

View file

@ -147,7 +147,7 @@
font-size: 2.3rem;
/* text-align: center; */
// transition: 0.25s;
padding: 0 5px;
// padding: 0 5px;
display: grid;
grid-auto-flow: column;
grid-template-columns: auto 1fr;