Update file style.css

This commit is contained in:
Jan BELLON 2024-03-11 22:09:09 +00:00
parent 76df8263d0
commit 613ee735b3

View File

@ -215,6 +215,11 @@ a {
margin-top: 5em;
}
.user-profile .textarea {
max-height: 3em;
width: 80%;
}
.row {
display: inline-block;
background-color: var(--banner-background);