Little fixes

This commit is contained in:
Antonio de la Rosa 2021-12-24 16:38:40 +01:00
parent 5f815907e1
commit 2011e9f892
4 changed files with 56 additions and 17 deletions

View file

@ -146,6 +146,12 @@ nav#nav_mobile li a i{
}
a#logo_url {
color: #fbfbfb;
}
.right_flex {
display: inline-flex;
@ -204,6 +210,14 @@ nav#nav_home a:hover {
}
nav#nav_home a.title_menu {
background:#fbfbfb;
color: #000;
}
#logo {
position:relative;