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 { > ul {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-start; justify-content: end;
> li { > li {
list-style: none; list-style: none;
font-size: 1rem; font-size: 1rem;