Better CSS

This commit is contained in:
Bingus_Violet 2023-11-30 22:01:19 -06:00
parent 2b13723028
commit 2d6854ee65
2 changed files with 6 additions and 5 deletions

View file

@ -213,11 +213,12 @@ hr {
}
.post {
background-color: rgb(85, 50, 150);
border: 2px white solid;
display: block;
border-radius: 15px;
background-color: rgba(85, 50, 150, 0.3);
border: 2px gray solid;
display: inline-block;
/* border-radius: 15px; */
padding: 10px;
margin: 8px;
}
.minipfp {