Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
One rule was behind media breakpoint when it shouldnt have been

Also think I misentered a value
  • Loading branch information
Robadob committed Dec 8, 2023
1 parent 9b49b47 commit c6b3fdd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions source/stylesheets/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,11 @@
height:14px;
}

.search-form {
position: relative;
min-width: 200px;
}

@include media-breakpoint-up(md) {
.progress {
height: 12px;
Expand Down Expand Up @@ -283,7 +288,7 @@
.tablet-search-button {
position: absolute;
top: 0px;
right: 21px;
right: 38px;
border: none;
color: $black;
display: block;
Expand All @@ -295,8 +300,6 @@

.search-form {
margin-right: 20px;
position: relative;
min-width: 200px;
}

.tablet-search {
Expand Down

0 comments on commit c6b3fdd

Please sign in to comment.