Skip to content

Commit 0c00605

Browse files
committed
updated css styling for mobile
1 parent e04404e commit 0c00605

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vanilla-build/css/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ button:hover {
6565
.grid {
6666
display: grid;
6767
grid-template-columns: repeat(3, 25vw);
68-
grid-template-rows: 8vw repeat(3, 25vw) 10vw;
68+
grid-template-rows: 8vw repeat(3, 25vw) 12vw;
6969
gap: 16px;
7070
}
7171

@@ -159,6 +159,7 @@ button:hover {
159159
}
160160

161161
.menu-items button {
162+
font-size: 0.8rem;
162163
background-color: transparent;
163164
color: white;
164165
padding: 8px;

0 commit comments

Comments
 (0)