We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a84d7 commit a638a52Copy full SHA for a638a52
frontend/src/ExploreView.module.css
@@ -22,10 +22,10 @@
22
23
.attraction {
24
height: 12vw;
25
- object-fit: cover;
26
- width: 12vw;
27
min-height: 85px;
28
min-width: 85px;
+ object-fit: cover;
+ width: 12vw;
29
}
30
31
.centerCheck {
@@ -69,9 +69,9 @@
69
.attractionNameOverlay {
70
color: white;
71
display: none;
72
+ font-size: 2.5vmin;
73
font-weight: 500;
74
text-align: left;
- font-size: 2.5vmin;
75
76
77
.attractionContainer:hover .attractionNameOverlay,
frontend/src/search/Search.module.css
@@ -32,8 +32,8 @@
32
33
34
.whereTo {
35
- text-align: center;
36
align-items: center;
+ text-align: center;
37
38
39
.barContainer {
0 commit comments