File tree Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Original file line number Diff line number Diff line change @@ -495,4 +495,67 @@ body{
495
495
.header-top ul li a , .header-top a {
496
496
font-size : 1.15rem ;
497
497
}
498
+ }
499
+
500
+ @media (max-width : 575px ){
501
+ .panel {
502
+ > .grid-2 {
503
+ .grid {
504
+ grid-template-columns : 1fr ;
505
+ column-gap : 1rem ;
506
+ row-gap : 1rem ;
507
+ }
508
+ }
509
+
510
+ .grid-5 {
511
+ grid-template-columns : 1fr ;
512
+ }
513
+
514
+ form .grid-2 {
515
+ grid-template-columns : 1fr ;
516
+ }
517
+ }
518
+ .grid-main.nav-open .nav ul li :not (.logo ) a {
519
+ grid-template-columns : 40px 50px ;
520
+ }
521
+
522
+ .nav ul li a {
523
+ font-size : 1.1rem ;
524
+ }
525
+ .logo span {
526
+ font-size : 2rem ;
527
+ }
528
+
529
+ .grid-main.nav-open .nav ul .logo a span {
530
+ font-size : 3rem ;
531
+ }
532
+ .nav ul li :not (.logo ) a span :last-child {
533
+ font-size : .7rem ;
534
+ }
535
+
536
+ .notification {
537
+ flex-direction : column ;
538
+ padding-bottom : .75rem ;
539
+ justify-content : start ;
540
+ align-items : inherit ;
541
+ }
542
+ .notification .form {
543
+ flex : 1 1 100% ;
544
+ }
545
+
546
+ .content-title h1 {
547
+ font-size : 1rem
548
+ }
549
+
550
+ .panel-title {
551
+ font-size : .85rem ;
552
+ margin : 0 0 .5rem ;
553
+ }
554
+ .panel-btn {
555
+ font-size : .8rem ;
556
+ }
557
+ .panel-inputs {
558
+ grid-template-columns : 1fr ;
559
+ row-gap : 1rem ;
560
+ }
498
561
}
You can’t perform that action at this time.
0 commit comments