added article page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user