Skip to content

Commit 2b6ae34

Browse files
authored
fix css
1 parent a82d259 commit 2b6ae34

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/app/(open-house)/open-house/page.module.css

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -110,21 +110,13 @@
110110
z-index: 10;
111111
}
112112

113-
.horizontalMap {
113+
.mapImage {
114114
width: 100%;
115115
display: block;
116116
}
117117

118-
.verticalMap {
119-
display: none;
120-
}
121-
122118
@media (orientation: portrait) {
123-
.horizontalMap {
124-
display: none;
125-
}
126-
127-
.verticalMap {
119+
.mapImage {
128120
width: 100%;
129121
display: block;
130122
margin: 0 auto;

0 commit comments

Comments
 (0)