We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc61479 + a638a52 commit 5904087Copy full SHA for 5904087
frontend/src/ExploreView.module.css
@@ -5,6 +5,7 @@
5
.attractionContainer {
6
height: 12vw;
7
margin: 10px;
8
+ min-height: 85px;
9
}
10
11
.attractionContainer:hover {
@@ -14,13 +15,15 @@
14
15
.attractionImagesContainer {
16
display: flex;
17
flex-wrap: wrap;
- height: 75vh;
18
+ height: calc(100vh - 270px);
19
justify-content: center;
20
overflow-y: auto;
21
22
23
.attraction {
24
25
26
+ min-width: 85px;
27
object-fit: cover;
28
width: 12vw;
29
@@ -66,6 +69,7 @@
66
69
.attractionNameOverlay {
67
70
color: white;
68
71
display: none;
72
+ font-size: 2.5vmin;
73
font-weight: 500;
74
text-align: left;
75
frontend/src/search/Search.module.css
@@ -32,6 +32,7 @@
32
33
34
.whereTo {
35
+ align-items: center;
36
text-align: center;
37
38
0 commit comments