This commit is contained in:
Maciej Caderek
2022-02-23 03:58:46 +01:00
parent ce3167fc7c
commit 59b54c56c7
82 changed files with 365 additions and 61 deletions

View File

@@ -10,7 +10,7 @@
}
.header__logo {
padding: 10px 20px;
padding: 1rem 2rem;
text-align: left;
color: var(--color-text-dimmed);
}
@@ -24,7 +24,7 @@
}
.header__options {
padding: 0px 20px;
padding: 0 2rem;
text-align: right;
}