Skip to content

Commit 4f8c3eb

Browse files
Deploying to main from @ AdaEngine/ada-website@b513ae8 🚀
1 parent 0dff486 commit 4f8c3eb

File tree

5 files changed

+98
-62
lines changed

5 files changed

+98
-62
lines changed

Styles/main.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)