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 {
282282 border-color : var (--donate );
283283 text-decoration : none;
284284 color : var (--text-color );
285+ font-weight : 400 ;
286+ font-family : "Primary" , sans-serif;
287+ font-size : 1.4em ;
285288}
286289
287290.header-buttons p {
@@ -293,6 +296,12 @@ html {
293296 border-color : var (--fill-gray );
294297}
295298
299+ .header-buttons-github {
300+ font-weight : 400 ;
301+ font-family : "Primary" , sans-serif;
302+ font-size : 1.2em ;
303+ }
304+
296305.carousel-container {
297306 width : 100% ;
298307 height : 100% ;
@@ -395,6 +404,15 @@ pre code .highlight {
395404/* Small screen */
396405
397406@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+
398416 .ae-header-title {
399417 font-size : 2.5rem ;
400418 }
You can’t perform that action at this time.
0 commit comments