We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58de9ca commit 37dc12dCopy full SHA for 37dc12d
src/assets/css/main.css
@@ -1224,6 +1224,14 @@ img.gallery-img {
1224
transition: all 0.3s;
1225
}
1226
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
+
1235
#showcase-page .nominate a:hover {
1236
top: 4px;
1237
left: 4px;
0 commit comments