Skip to content

Commit 5904087

Browse files
authored
Merge pull request #211 from googleinterns/ExplorePageStyle
Explore page style
2 parents dc61479 + a638a52 commit 5904087

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

frontend/src/ExploreView.module.css

Lines changed: 5 additions & 1 deletion
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 {
@@ -14,13 +15,15 @@
1415
.attractionImagesContainer {
1516
display: flex;
1617
flex-wrap: wrap;
17-
height: 75vh;
18+
height: calc(100vh - 270px);
1819
justify-content: center;
1920
overflow-y: auto;
2021
}
2122

2223
.attraction {
2324
height: 12vw;
25+
min-height: 85px;
26+
min-width: 85px;
2427
object-fit: cover;
2528
width: 12vw;
2629
}
@@ -66,6 +69,7 @@
6669
.attractionNameOverlay {
6770
color: white;
6871
display: none;
72+
font-size: 2.5vmin;
6973
font-weight: 500;
7074
text-align: left;
7175
}

frontend/src/search/Search.module.css

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

3434
.whereTo {
35+
align-items: center;
3536
text-align: center;
3637
}
3738

0 commit comments

Comments
 (0)