descriptions

This commit is contained in:
counterweight 2025-03-03 10:53:18 +01:00
parent dab201f069
commit 0c6ad8bd85
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 27 additions and 3 deletions

View file

@ -91,6 +91,12 @@
margin-bottom: 5px;
}
.myoffer-card > div {
max-width: 200px;
display: inline-block;
padding: 5px;
}
#create-offer-controls {
text-align: center;
}

View file

@ -162,6 +162,12 @@ h1 {
box-shadow: 0 0 13px #ccc;
padding: 20px;
}
.subtle-box {
border-radius: 10px;
border: 1px solid rgb(202, 202, 202);
}
#login-card > * {
text-align: center;
margin-right: auto;