Update CSS (Again)

This commit is contained in:
Tom Hubrecht 2021-10-12 15:10:55 +02:00
parent 2cc79d11da
commit cacf66de3a
2 changed files with 5 additions and 5 deletions

View file

@ -171,7 +171,7 @@ a:focus,
#account-area {
grid-area: account;
display: block;
padding: 15px;
padding-top: 20px;
text-align: center;
}
#account-area .clipper {
@ -229,7 +229,7 @@ a:focus,
.content {
max-width: 780px;
width: 50vw;
width: 70vw;
margin: 20px;
}
.content h2 {
@ -365,7 +365,7 @@ a:focus,
}
#content-edit-profile form {
width: min(400px, 100%);
width: max(600px, 80%);
margin: 0 auto;
}
#content-edit-profile form .form-entry {

View file

@ -8,7 +8,7 @@
.content {
max-width: 780px;
width: 50vw;
width: 70vw;
margin: 20px;
h2 {
@ -195,7 +195,7 @@
#content-edit-profile {
form {
width: min(400px, 100%);
width: max(600px, 80%);
margin: 0 auto;
.form-entry {