Centering menu text vertical desktop

This commit is contained in:
sergiotarxz 2022-11-16 13:20:47 +01:00
parent 4d522f66f7
commit 19f6904fc2

View File

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