Skip to content

Commit 8d43c71

Browse files
Some changes for responsive design.
1 parent abb3ca5 commit 8d43c71

File tree

1 file changed

+25
-5
lines changed

1 file changed

+25
-5
lines changed

assets/css/styles.css

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -475,20 +475,20 @@ pre.line-numbers > code {
475475
}
476476

477477

478-
@media(max-width: 860px) {
478+
@media(max-width: 1680px) {
479479
header {
480480
min-height: 0px;
481481
}
482482
.first-background {
483-
height: 200px;
483+
height: 250px;
484484
}
485485
nav.fixed {
486-
height: 200px;
486+
height: 250px;
487487
}
488488
.logo-holder {
489-
padding-top: 197px;
489+
padding-top: 247px;
490490
}
491-
491+
492492
.logo-holder {
493493
height: 56.25px;
494494
}
@@ -501,6 +501,26 @@ pre.line-numbers > code {
501501
}
502502

503503

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+
504524
@media(max-width: 700px) {
505525
.logo-holder {
506526
height: 37.5px;

0 commit comments

Comments
 (0)