File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,14 +199,19 @@ nav ul a:hover {
199199 article {
200200 display : flex;
201201 flex-direction : column-reverse;
202- text-align : center ;
202+ text-align : left ;
203203 }
204204
205205 aside {
206206 align-items : center;
207207 display : flex;
208208 flex-direction : column;
209209 gap : 1rem ;
210+ text-align : center;
211+ }
212+
213+ header {
214+ text-align : center;
210215 }
211216
212217 img {
@@ -218,15 +223,34 @@ nav ul a:hover {
218223 }
219224
220225 nav {
221- width : 90% ;
226+ width : auto;
227+ border-bottom : 1px solid rgba (42 , 35 , 32 , 0.1 );
228+ margin-bottom : 0.5rem ;
229+ }
230+
231+ nav ul {
232+ display : flex;
233+ flex-wrap : wrap;
234+ justify-content : center;
235+ gap : 0.25rem 1rem ;
236+ padding : 0 ;
222237 }
223238
224239 nav ul li {
225- padding : 1 px ;
240+ padding : 0 ;
226241 }
227242
228243 nav ul a {
229- border : solid 2px # 2a2320 ;
244+ border : none;
245+ padding : 0.4rem 0 ;
246+ font-size : 0.72rem ;
247+ }
248+
249+ .writings section p : first-of-type ::first-letter {
250+ font-size : 1em ;
251+ float : none;
252+ padding : 0 ;
253+ font-weight : inherit;
230254 }
231255}
232256
You can’t perform that action at this time.
0 commit comments