added article page

This commit is contained in:
2021-12-15 21:39:39 +01:00
parent b6e3adcfdc
commit 713bdd6297
2 changed files with 81 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ body {
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
flex-direction: column;
background-color: #03071e;
color: #EAE2B7;
}
@@ -50,6 +50,10 @@ p {
font-family: 'Roboto Mono', monospace;
}
.article-body, .article-body-fulltext {
width: 100%;
}
.article-description {
font-weight: 500;
font-family: 'Roboto Mono', monospace;
@@ -86,13 +90,13 @@ p {
align-items: center;
justify-content: space-between;
}
.navigation a {
padding-left: 2%;
padding-right: 2%;
font-size: 250%;
font-weight: bolder;
}
.foot {