Skip to content

Commit

Permalink
fix spacing errors in header eu-tenders when screen is small
Browse files Browse the repository at this point in the history
  • Loading branch information
yfanti committed May 16, 2024
1 parent 47d3cc8 commit 6b02d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,6 @@ html.is-clipped--navbar {
display: flex;
}

.navbar-menu {
/* background: var(--navbar-background); */
padding: 0.5rem 0;
}

.navbar-menu a.navbar-item:hover,
.navbar-menu .navbar-link:hover {
background: var(--navbar-menu_hover-background);
Expand Down Expand Up @@ -394,7 +389,7 @@ html.is-clipped--navbar {
}
}

@media (max-width: 768px) {
@media (max-width: 820px) {
.text-eu-subtext-label {
display: none;
}
Expand Down
2 changes: 1 addition & 1 deletion src/css/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
margin-right: 25px;
}

@media screen and (min-width: 1023px) {
@media screen and (min-width: 1060px) {
#search-input {
width: 400px;
height: 38px;
Expand Down

0 comments on commit 6b02d98

Please sign in to comment.