Skip to content

Commit 37dc12d

Browse files
authored
fixed the 'Nominate a Project' button on small screens
1 parent 58de9ca commit 37dc12d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/assets/css/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,6 +1224,14 @@ img.gallery-img {
12241224
transition: all 0.3s;
12251225
}
12261226

1227+
@media (max-width: 500px) {
1228+
#showcase-page .nominate a,
1229+
#showcase-page .nominate a:visited {
1230+
padding: 0.4em 0.3em;
1231+
font: 1.3rem "Montserrat", sans-serif;
1232+
}
1233+
}
1234+
12271235
#showcase-page .nominate a:hover {
12281236
top: 4px;
12291237
left: 4px;

0 commit comments

Comments
 (0)