Skip to content

Commit a638a52

Browse files
committed
alphabatize css
1 parent 26a84d7 commit a638a52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/src/ExploreView.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222

2323
.attraction {
2424
height: 12vw;
25-
object-fit: cover;
26-
width: 12vw;
2725
min-height: 85px;
2826
min-width: 85px;
27+
object-fit: cover;
28+
width: 12vw;
2929
}
3030

3131
.centerCheck {
@@ -69,9 +69,9 @@
6969
.attractionNameOverlay {
7070
color: white;
7171
display: none;
72+
font-size: 2.5vmin;
7273
font-weight: 500;
7374
text-align: left;
74-
font-size: 2.5vmin;
7575
}
7676

7777
.attractionContainer:hover .attractionNameOverlay,

frontend/src/search/Search.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
}
3333

3434
.whereTo {
35-
text-align: center;
3635
align-items: center;
36+
text-align: center;
3737
}
3838

3939
.barContainer {

0 commit comments

Comments
 (0)