Skip to content

Commit 56ce9b1

Browse files
committed
finished cleaning css => WIP: mobile-landscape imgs
1 parent f19dd16 commit 56ce9b1

1 file changed

Lines changed: 17 additions & 9 deletions

File tree

src/pages/wizard/wizard.scss

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,14 @@ page-wizard {
200200
height: 55px;
201201
margin: auto
202202
}
203+
@media screen and (orientation: portrait) {
204+
.h1 {
205+
font-size: 40px;
206+
}
207+
.h2 {
208+
font-size: 28px;
209+
}
210+
}
203211
}
204212
@media screen and (min-width: 1024px) {
205213
.h1 {
@@ -232,15 +240,15 @@ page-wizard {
232240
}
233241
}
234242

235-
@media screen and (min-width: 700px) and (orientation: portrait){
236-
.h1 {
237-
font-size: 40px;
238-
}
239-
.h2 {
240-
font-size: 28px;
241-
}
242-
}
243-
243+
// @media screen and (min-width: 700px) and (orientation: portrait){
244+
// .h1 {
245+
// font-size: 40px;
246+
// }
247+
// .h2 {
248+
// font-size: 28px;
249+
// }
250+
// }
251+
244252
@media screen and (orientation:landscape) {
245253
.demo-slide .slide-zoom {
246254
display: flex;

0 commit comments

Comments
 (0)