centered and rounded posts

This commit is contained in:
Mystikfluu 2022-05-24 19:57:03 +02:00
parent 68f3b432ba
commit ce7409684d

View File

@ -65,3 +65,17 @@ a:link, a:visited {
a:hover {
color: red;
}
.post,.self {
width: 50%;
margin-left: 25%;
margin-right: 25%;
margin-top: 10px;
margin-bottom: 10px;
border-radius: 10px;
}
#post-text, button {
border-radius: 5px;
resize: none;
}