Skip to content

Commit

Permalink
updated css position for fixing search input at find a dealer at website
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwajitvm committed Apr 11, 2022
1 parent 7d4dfb2 commit eeeae67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/frontend/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
align-items: center;
justify-content: center;
background-color: rgba(26, 26, 26, 0.73) !important;
position: relative;
}

.main_logo {
Expand Down Expand Up @@ -656,7 +657,7 @@
margin-top: -100px;
background-image: url(./image/header_background.png);
z-index: -1;
position: relative;
/* position: relative; */
}

.mainheadertitle h1 {
Expand Down

0 comments on commit eeeae67

Please sign in to comment.