Commit 5aefe8b 1 parent 42a3513 commit 5aefe8b Copy full SHA for 5aefe8b
File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 14
14
< link rel ="manifest " href ="/site.webmanifest ">
15
15
< meta name ="msapplication-TileColor " content ="#da532c ">
16
16
< meta name ="theme-color " content ="#ffffff ">
17
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
17
18
</ head >
18
19
< body id ="body " class ="main-page ">
19
20
< div class ="feature-a ">
Original file line number Diff line number Diff line change @@ -42,22 +42,23 @@ table td {
42
42
}
43
43
44
44
.feature-a {
45
- position : relative ;
45
+ position : unset ;
46
46
width : 100% ;
47
47
height : 100% ;
48
48
overflow : hidden;
49
49
margin : 0 auto;
50
50
top : 0 ;
51
+ flex-direction : column;
52
+ display : flex;
53
+ justify-content : center;
51
54
}
52
55
53
56
.feature-a-header {
54
57
border-bottom : .3vw solid;
55
58
text-align : center;
56
59
width : 76.47% ;
57
60
position : relative;
58
- top : 50% ;
59
- left : 50% ;
60
- margin : -13% 0 0 -38.235% ;
61
+ margin : 0 auto;
61
62
color : white;
62
63
}
63
64
@@ -94,11 +95,10 @@ table td {
94
95
}
95
96
96
97
.feature-a-text {
97
- margin : 0 auto;
98
+ margin : 0 auto;
98
99
position : relative;
99
100
text-align : center;
100
101
color : white;
101
- top : 50% ;
102
102
width : 90% ;
103
103
font-family : 'Open Sans' , sans-serif;
104
104
}
@@ -213,4 +213,8 @@ a:hover {
213
213
.highlight pre {
214
214
overflow : auto;
215
215
}
216
+
217
+ table , .ld {
218
+ font-size : 1em ;
219
+ }
216
220
}
You can’t perform that action at this time.
0 commit comments