Skip to content

Commit 26a84d7

Browse files
committed
make more mobile friendly
1 parent 2869068 commit 26a84d7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

frontend/src/ExploreView.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.attractionContainer {
66
height: 12vw;
77
margin: 10px;
8+
min-height: 85px;
89
}
910

1011
.attractionContainer:hover {
@@ -23,6 +24,8 @@
2324
height: 12vw;
2425
object-fit: cover;
2526
width: 12vw;
27+
min-height: 85px;
28+
min-width: 85px;
2629
}
2730

2831
.centerCheck {
@@ -68,6 +71,7 @@
6871
display: none;
6972
font-weight: 500;
7073
text-align: left;
74+
font-size: 2.5vmin;
7175
}
7276

7377
.attractionContainer:hover .attractionNameOverlay,

frontend/src/search/Search.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
.whereTo {
3535
text-align: center;
36+
align-items: center;
3637
}
3738

3839
.barContainer {

0 commit comments

Comments
 (0)