[MTELESNIA-10] add custom to fix vertical logo overflow

This commit is contained in:
Daniel Muyshond 2023-01-25 21:07:45 +01:00
parent 49eeb43b04
commit fa88ebcd9d
1 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,11 @@
// Vertical logo adjustments
div#header h1 {
z-index: 3;
z-index: 999;
background: white;
height: 160px;
border-radius: 0 0 5px 5px;
width: 160px;
}
}
div#rub_service {
margin-top: 70px;
}