forked from HSWro/hswro_org
Justify main menu to the right
This commit is contained in:
parent
74d9904043
commit
df2aae5dd3
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue