File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 94
94
</ header >
95
95
96
96
< body >
97
+ < section class ="project-hero "> </ section >
98
+
97
99
< section class ="project-section ">
98
100
< h1 class ="Title " id ="AltTitle "> Projects</ h1 >
99
101
< input
Original file line number Diff line number Diff line change 81
81
display : flex;
82
82
flex-direction : column;
83
83
align-items : center;
84
- padding-top : 15 em ;
84
+ padding-top : 5 em ;
85
85
margin : 0 ;
86
86
}
87
87
@@ -105,7 +105,7 @@ body {
105
105
border-radius : 0.625em ;
106
106
font-family : "Lato" ;
107
107
font-size : 1em ;
108
- width : 90 % ;
108
+ width : calc ( 95 % - 1.25 em ) ;
109
109
margin : 0 0 1em 0 ;
110
110
border : none;
111
111
}
@@ -132,7 +132,7 @@ body {
132
132
.project {
133
133
display : flex;
134
134
flex-direction : row;
135
- width : 90 % ;
135
+ width : 95 % ;
136
136
background-color : # 204359 ;
137
137
border-radius : 0.625em ;
138
138
}
You can’t perform that action at this time.
0 commit comments