Skip to content

Commit

Permalink
fixes after merging eForms-SDK-customisations
Browse files Browse the repository at this point in the history
  • Loading branch information
yfanti committed Mar 18, 2024
1 parent fec4433 commit f84d644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/css/nav.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
.navbar-brand .navbar-item + .navbar-item {
flex-grow: 1;
justify-content: flex-end;
}

@media screen and (min-width: 1024px) {
/* @media screen and (min-width: 1024px) {
.navbar-brand {
flex-grow: 1;
}
.navbar-menu {
flex-grow: 0;
}
}
} */

@media screen and (max-width: 768px) {
.navbar-brand .navbar-item + .navbar-item {
Expand Down
1 change: 0 additions & 1 deletion src/css/vendor/lunr.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
overflow: auto;
padding: 0 8px 8px;
color: #333;
flex-grow: 1;
}

.search-filter {
Expand Down

0 comments on commit f84d644

Please sign in to comment.