Centering menu text vertical desktop

This commit is contained in:
sergiotarxz 2022-11-16 13:20:47 +01:00
parent 4d522f66f7
commit 19f6904fc2
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ body {
nav.desktop {
display: none;
a {
vertical-align: middle;
background: $background_div;
}
}