File tree Expand file tree Collapse file tree 5 files changed +98
-62
lines changed Expand file tree Collapse file tree 5 files changed +98
-62
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,9 @@ html {
282
282
border-color : var (--donate );
283
283
text-decoration : none;
284
284
color : var (--text-color );
285
+ font-weight : 400 ;
286
+ font-family : "Primary" , sans-serif;
287
+ font-size : 1.4em ;
285
288
}
286
289
287
290
.header-buttons p {
@@ -293,6 +296,12 @@ html {
293
296
border-color : var (--fill-gray );
294
297
}
295
298
299
+ .header-buttons-github {
300
+ font-weight : 400 ;
301
+ font-family : "Primary" , sans-serif;
302
+ font-size : 1.2em ;
303
+ }
304
+
296
305
.carousel-container {
297
306
width : 100% ;
298
307
height : 100% ;
@@ -395,6 +404,15 @@ pre code .highlight {
395
404
/* Small screen */
396
405
397
406
@media (max-width : 803px ) {
407
+
408
+ .header-buttons-github {
409
+ font-size : 1.2rem ;
410
+ }
411
+
412
+ .header-buttons {
413
+ font-size : 1.2rem ;
414
+ }
415
+
398
416
.ae-header-title {
399
417
font-size : 2.5rem ;
400
418
}
You can’t perform that action at this time.
0 commit comments