We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0e5c8 commit 2720ef2Copy full SHA for 2720ef2
1 file changed
app/assets/stylesheets/maps.css
@@ -63,7 +63,6 @@ nav.fixed-top~#maps {
63
64
.recently-viewed-maps .map-preview {
65
width: 30vw;
66
- height: calc(30vw * 0.75);
67
margin: 0.5rem 0.5rem 0.5rem 0;
68
min-width: 8rem;
69
max-width: 15rem;
@@ -122,6 +121,13 @@ nav.fixed-top~#maps {
122
121
font-size: 1.2rem;
123
}
124
+@media (width <=640px) {
125
+ .recently-viewed-maps .map-preview-title {
126
+ top: 3rem;
127
+ font-size: 1rem;
128
+ }
129
+}
130
+
131
.text-glow {
132
text-shadow:
133
/* cardinal directions */
0 commit comments