небольшие визуальные изменения сайта

This commit is contained in:
2024-01-25 18:40:08 +03:00
parent 07f8b967a8
commit 7c50b3cd02
5 changed files with 25 additions and 11 deletions

View File

@@ -61,6 +61,18 @@ header * {
color: var(--brand-text);
}
header > nav {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
header > nav > a {
margin: 0.5em;
}
.value-good {
color: var(--text-good);
}