Fix menu on news page

This commit is contained in:
Jorit Tijsen
2024-04-08 10:06:55 +02:00
parent 9c80727a03
commit f4ba89a6eb
3 changed files with 3 additions and 1 deletions

View File

@@ -286,6 +286,7 @@ div.pp_default .pp_close:hover {
height: 50px;
max-width: 1170px;
margin: 0 auto;
overflow: hidden;
}
.top_menu_container ul.right_menu, .menu_mobile_container ul.right_menu {
float: right;

File diff suppressed because one or more lines are too long

View File

@@ -102,6 +102,7 @@
.top_menu_container, .menu_mobile_container {
height: 50px;
@include container;
overflow: hidden;
ul.right_menu {
float: right;