Commit Message: Refactor font weight and size, add article max-width, update color variables

This commit is contained in:
welpo
2023-02-18 19:27:46 +01:00
parent 586b5617b2
commit 8fe96d3f46
6 changed files with 70 additions and 40 deletions

View File

@@ -21,6 +21,13 @@
color: var(--accent-color);
}
.home-banner-header {
margin-top: 2rem;
margin-bottom: 1rem;
font-size: 2.8rem;
font-weight: 600;
}
#banner-home-subtitle {
width: 95%;
padding-right: 5%;