Skip to content

Commit 2720ef2

Browse files
committed
update css
1 parent 5c0e5c8 commit 2720ef2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

app/assets/stylesheets/maps.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ nav.fixed-top~#maps {
6363

6464
.recently-viewed-maps .map-preview {
6565
width: 30vw;
66-
height: calc(30vw * 0.75);
6766
margin: 0.5rem 0.5rem 0.5rem 0;
6867
min-width: 8rem;
6968
max-width: 15rem;
@@ -122,6 +121,13 @@ nav.fixed-top~#maps {
122121
font-size: 1.2rem;
123122
}
124123

124+
@media (width <=640px) {
125+
.recently-viewed-maps .map-preview-title {
126+
top: 3rem;
127+
font-size: 1rem;
128+
}
129+
}
130+
125131
.text-glow {
126132
text-shadow:
127133
/* cardinal directions */

0 commit comments

Comments
 (0)