Heavily improved design

This commit is contained in:
2021-12-15 15:17:29 +00:00
parent cad7ad2f60
commit 1cf3459a6b

View File

@@ -15,23 +15,58 @@ a {
h3 { h3 {
font-size: 250%; font-size: 250%;
margin: 0;
} }
p { p {
margin: 0;
font-size: 175%; font-size: 175%;
} }
.divider {
height: 3px;
background-color: #ad080f;
}
.articles { .articles {
margin: auto; margin: auto;
width: 50%; width: 80%;
padding: 10px;
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
} }
.article {
padding: 2%;
}
.article:hover { .article:hover {
color: white; color: white;
} }
.article-body {
width: 60%;
font-size: 80%;
font-weight: normal;
margin-top: 1%;
font-family: 'Roboto Mono', monospace;
}
.article-description {
font-weight: 500;
font-family: 'Roboto Mono', monospace;
color: #D00000;
font-size: 75%;
margin-top: 0.5%;
}
.article-description p {
white-space: pre;
}
#logo {
width: 3%;
padding-left: 2.5%;
}
.header { .header {
display: flex; display: flex;
align-items: center; align-items: center;
@@ -40,18 +75,21 @@ p {
} }
.navigation { .navigation {
background-color: inherit; background-color: black;
color: inherit; color: inherit;
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
width: 100%; width: 100%;
height: 100px; padding-top: 1%;
padding-bottom: 1%;
height: 5%;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
} }
.navigation a { .navigation a {
padding: 2%; padding-left: 2%;
padding-right: 2%;
font-size: 250%; font-size: 250%;
font-weight: bolder; font-weight: bolder;
@@ -62,13 +100,15 @@ p {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
width: 100%; width: 100%;
margin-top: 2.5%;
margin-bottom: 2.5%;
} }
.foot a { .foot a {
font-family: "Roboto", sans-serif; font-family: 'Roboto Mono', monospace;
font-weight: bolder; font-weight: normal;
padding-left: 20%; padding-left: 10%;
padding-right: 20%; padding-right: 10%;
} }
/*# sourceMappingURL=index.css.map */ /*# sourceMappingURL=index.css.map */