Added admin comments, styling

This commit is contained in:
mrfry 2021-03-04 22:11:21 +01:00
parent 71911063b0
commit a09e9734da
4 changed files with 56 additions and 25 deletions

View file

@ -5,22 +5,36 @@
}
.newsTitle {
font-size: 28px;
font-size: 20px;
color: var(--text-color);
margin: 0px 5px;
}
.itemNumber {
color: #fff;
.newsDate {
margin: 0px 5px;
font-size: 24px;
}
.newsContainer {
margin: 20px 5px;
margin: 5px 5px;
}
.adminPost {
border-left: 5px solid yellow;
border-radius: 5px;
}
.newsContainer img {
max-width: 100%;
min-width: 200px;
}
.newsHeader {
display: flex;
justify-content: space-between;
align-items: center;
}
.user {
display: flex;
align-items: center;
}