2
0
Fork 0

Justify main menu to the right

This commit is contained in:
Michał Rudowicz 2026-03-06 09:13:17 +00:00
parent 74d9904043
commit df2aae5dd3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
> ul {
display: flex;
align-items: center;
justify-content: flex-start;
justify-content: end;
> li {
list-style: none;
font-size: 1rem;