File tree Expand file tree Collapse file tree 1 file changed +25
-5
lines changed Expand file tree Collapse file tree 1 file changed +25
-5
lines changed Original file line number Diff line number Diff line change @@ -475,20 +475,20 @@ pre.line-numbers > code {
475
475
}
476
476
477
477
478
- @media (max-width : 860 px ) {
478
+ @media (max-width : 1680 px ) {
479
479
header {
480
480
min-height : 0px ;
481
481
}
482
482
.first-background {
483
- height : 200 px ;
483
+ height : 250 px ;
484
484
}
485
485
nav .fixed {
486
- height : 200 px ;
486
+ height : 250 px ;
487
487
}
488
488
.logo-holder {
489
- padding-top : 197 px ;
489
+ padding-top : 247 px ;
490
490
}
491
-
491
+
492
492
.logo-holder {
493
493
height : 56.25px ;
494
494
}
@@ -501,6 +501,26 @@ pre.line-numbers > code {
501
501
}
502
502
503
503
504
+ @media (max-width : 1280px ) {
505
+ header {
506
+ min-height : 0px ;
507
+ }
508
+ .first-background {
509
+ height : 200px ;
510
+ }
511
+ nav .fixed {
512
+ height : 200px ;
513
+ }
514
+ .logo-holder {
515
+ padding-top : 197px ;
516
+ }
517
+ }
518
+
519
+ @media (max-width : 860px ) {
520
+
521
+ }
522
+
523
+
504
524
@media (max-width : 700px ) {
505
525
.logo-holder {
506
526
height : 37.5px ;
You can’t perform that action at this time.
0 commit comments