Skip to content

Commit 2cf6f5e

Browse files
authored
Merge pull request #658 from Rahulm2310/nominatebuttonfix
fixed the 'Nominate a Project' button on small screens
2 parents aa6d4eb + 37dc12d commit 2cf6f5e

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
@@ -1225,6 +1225,14 @@ img.gallery-img {
12251225
transition: all 0.3s;
12261226
}
12271227

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

0 commit comments

Comments
 (0)