File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1212 font-family : verdana;
1313 font-size : 11px ;
1414}
15-
1615.open {
1716 display : flex !important ;
1817}
19-
2018.open_header {
2119 padding-bottom : 100vh !important ;
2220}
23-
2421* {
2522 margin : 0 ;
2623 padding : 0 ;
2724 box-sizing : border-box;
2825}
29-
3026@font-face {
3127
3228 font-family : suisseIntl-r;
129125
130126.header {
131127 padding-bottom : 235px ;
128+
132129}
133130
134131.hidden {
@@ -496,7 +493,13 @@ footer {
496493}
497494
498495/*Адаптив*/
499-
496+
497+ @media (min-height : 501px ) and (max-height : 1000px ) and (orientation : landscape) {
498+ .header {
499+ height : 100vh ;
500+ display : flex;
501+ }
502+ }
500503 @media screen and (max-width : 1200px ) {
501504 .container {
502505 width : 900px ;
@@ -655,7 +658,6 @@ footer {
655658 width : 100% ;
656659 padding : 0 30px ;
657660 }
658-
659661 .header_menu {
660662 padding-left : 30px ;
661663 padding-right : 30px ;
You can’t perform that action at this time.
0 commit comments