Skip to content

Commit 99937ae

Browse files
committed
space added between serach input and button in mbile screens
1 parent c4313a1 commit 99937ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/assets/css/style.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
.body-search h3 {
2626
margin: 0; /* Remove margin to ensure better alignment */
27-
margin-right: 10px; /* Add space between the h3 and input */
2827

2928
text-align: center; /* Center align text */
3029
}
@@ -50,6 +49,7 @@
5049
.search-button {
5150
padding: 14px;
5251
width: 100%; /* Full width on small screens */
52+
margin-top: 10px;
5353

5454
background-color: #000;
5555
border-radius: 8px;
@@ -75,6 +75,7 @@
7575

7676
.search-button {
7777
width: auto; /* Adjust width to fit container */
78+
margin-top: 0;
7879

7980
border-radius: 0 8px 8px 0;
8081
}

0 commit comments

Comments
 (0)