File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 flex-direction : column;
1919 align-items : center;
2020 justify-content : center;
21- height : 100vh ;
21+ overflow-y : scroll;
22+ height : auto;
2223}
2324 </ style >
2425</ head >
Original file line number Diff line number Diff line change 1212
1313header {
1414 width : 100% ;
15- position : absolute ;
15+ position : relative ;
1616 top : 0 ;
1717 background-color : transparent;
1818 padding : 10px 0 ;
@@ -21,6 +21,9 @@ header {
2121nav {
2222 display : flex;
2323 justify-content : space-between;
24+ flex-wrap : wrap;
25+ justify-content : center;
26+ position : relative;
2427 align-items : center;
2528 width : 90% ;
2629 margin : 0 auto;
3336 width : 89px ;
3437height : 89px ;
3538top : 10px ;
36- left : 80px ;
3739gap : 0px ;
3840opacity : 0px ;
3941
@@ -48,7 +50,8 @@ opacity: 0px;
4850 padding : 10px 20px ;
4951 background-color : # FDD86C ;
5052 border-radius : 25px ;
51-
53+ flex-wrap : wrap;
54+ justify-content : center;
5255 box-shadow : 0 4px 6px # FF7D1F ;
5356}
5457
106109# heart {
107110 color : red;
108111}
112+ @media only screen and (max-width : 592px ){
113+ h1 {
114+ font-size : 60px !important ;
115+ }
116+ }
117+ @media only screen and (max-width : 332px ){
118+ h1 {
119+ font-size : 40px !important ;
120+ }
121+ }
122+ main {
123+ height : auto ;
124+ min-height : 84vh !important ;
125+ }
109126
110127.main-content {
111128 text-align : center;
You can’t perform that action at this time.
0 commit comments