Update CSS (Again)
This commit is contained in:
parent
2cc79d11da
commit
cacf66de3a
2 changed files with 5 additions and 5 deletions
|
@ -171,7 +171,7 @@ a:focus,
|
||||||
#account-area {
|
#account-area {
|
||||||
grid-area: account;
|
grid-area: account;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 15px;
|
padding-top: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#account-area .clipper {
|
#account-area .clipper {
|
||||||
|
@ -229,7 +229,7 @@ a:focus,
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
max-width: 780px;
|
max-width: 780px;
|
||||||
width: 50vw;
|
width: 70vw;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
.content h2 {
|
.content h2 {
|
||||||
|
@ -365,7 +365,7 @@ a:focus,
|
||||||
}
|
}
|
||||||
|
|
||||||
#content-edit-profile form {
|
#content-edit-profile form {
|
||||||
width: min(400px, 100%);
|
width: max(600px, 80%);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
#content-edit-profile form .form-entry {
|
#content-edit-profile form .form-entry {
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
max-width: 780px;
|
max-width: 780px;
|
||||||
width: 50vw;
|
width: 70vw;
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
@ -195,7 +195,7 @@
|
||||||
|
|
||||||
#content-edit-profile {
|
#content-edit-profile {
|
||||||
form {
|
form {
|
||||||
width: min(400px, 100%);
|
width: max(600px, 80%);
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
.form-entry {
|
.form-entry {
|
||||||
|
|
Loading…
Reference in a new issue