Skip to content

Commit 4c9dd10

Browse files
authored
Merge branch 'main' into feature/add-descriptive-section
2 parents 9d8014c + 4ae8f64 commit 4c9dd10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/assets/css/style.css

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
.search-button {
6262
padding: 14px;
6363
width: 100%; /* Full width on small screens */
64+
margin-top: 10px;
6465

6566
background-color: #000;
6667
border-radius: 8px;
@@ -86,6 +87,7 @@
8687

8788
.search-button {
8889
width: auto; /* Adjust width to fit container */
90+
margin-top: 0;
8991

9092
border-radius: 0 8px 8px 0;
9193
}

0 commit comments

Comments
 (0)