mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-13 17:11:49 +00:00
fix: devWeb - align items on navbar
This commit is contained in:
@@ -8,8 +8,13 @@ nav {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 40px;
|
gap: 40px;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.user{
|
p.user {
|
||||||
padding:10px;
|
padding:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user