Skip to content
Snippets Groups Projects
Commit 258bf391 authored by Daniel Rodriguez's avatar Daniel Rodriguez
Browse files

Issue # 3243658: CSS fixes for the top collapsed menu

parent 13530803
No related branches found
No related tags found
1 merge request!9Issue # 3243658: CSS fixes for the top collapsed menu
This diff is collapsed.
This diff is collapsed.
......@@ -165,6 +165,15 @@ header {
}
}
#navbar-collapse {
.region-navigation-collapsible {
display: flex;
flex-direction: row;
justify-content: center;
padding: 10px 0px;
}
}
@include media-breakpoint-down(xs) {
.region-navigation-collapsible {
width: 100%;
......@@ -177,6 +186,7 @@ header {
.navbar-collapse {
float: right;
@include media-breakpoint-down(xs) {
width: 100%;
text-align: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment