Skip to content

Commit 2512d03

Browse files
committed
change vh units on width to vw
1 parent acf55d5 commit 2512d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/styles/mainpage.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939

4040
.search-box {
41-
width: 60vh; /* Adjust as needed */
41+
width: 35vw; /* Adjust as needed */
4242
/* aka 500px */
4343
height: 6vh; /* Adjust as needed */
4444
/* aka 50px */

0 commit comments

Comments
 (0)