Start support for authoring articles

This commit is contained in:
Thomas Sileo 2022-07-25 22:51:53 +02:00
parent e363ae2802
commit 24f3f94056
10 changed files with 132 additions and 8 deletions

View file

@ -142,6 +142,15 @@ footer {
max-width: 50px;
}
}
#articles {
list-style-type: none;
margin: 30px 0;
padding: 0 20px;
li {
display: block;
}
}
#notifications, #followers, #following {
ul {
list-style-type: none;