File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 11* {
22 padding : 0 ;
33 margin : 0 ;
4+ box-sizing : border-box;
45}
56
67@font-face {
2021}
2122
2223h1 {
23- position : relative ;
24+ position : absolute ;
2425 top : 0 ;
25- padding-top : 140 px ;
26+ padding-top : 120 px ;
2627 margin-bottom : 100px ;
2728 font-size : 3rem ;
2829}
4041}
4142# lapBox {
4243 width : 100% ;
43- height : 100 % ;
44+ height : 100 px ;
4445 display : flex;
4546 box-sizing : content-box;
4647 flex-wrap : wrap;
5051 align-items : center;
5152 justify-content : center;
5253 overflow : auto;
53- height : 121px ;
5454
5555}
5656# lapBox h1 {
@@ -75,7 +75,7 @@ button:active{
7575}
7676
7777footer {
78- position : relative ;
78+ position : absolute ;
7979 text-align : center;
8080 font-size : 1rem ;
8181 bottom : 0 ;
@@ -98,6 +98,4 @@ footer a:visited {
9898@media screen and (max-width : 768px ) {
9999 # primary { width : 100% ; }
100100 # secondary { width : 100% ; margin : 0 ; border : none; }
101- }
102- .lapBox { -ms-overflow-style : none; }
103-
101+ }
You can’t perform that action at this time.
0 commit comments