We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19dd16 commit 56ce9b1Copy full SHA for 56ce9b1
1 file changed
src/pages/wizard/wizard.scss
@@ -200,6 +200,14 @@ page-wizard {
200
height: 55px;
201
margin: auto
202
}
203
+ @media screen and (orientation: portrait) {
204
+ .h1 {
205
+ font-size: 40px;
206
+ }
207
+ .h2 {
208
+ font-size: 28px;
209
210
211
212
@media screen and (min-width: 1024px) {
213
.h1 {
@@ -232,15 +240,15 @@ page-wizard {
232
240
233
241
234
242
235
- @media screen and (min-width: 700px) and (orientation: portrait){
236
- .h1 {
237
- font-size: 40px;
238
- }
239
- .h2 {
- font-size: 28px;
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
+
252
@media screen and (orientation:landscape) {
253
.demo-slide .slide-zoom {
254
display: flex;
0 commit comments