Fix(UI): Reskin with milder colour theme and improved spacing in layout..
This commit is contained in:
10
static/dist/css/core_contact.bundle.css
vendored
10
static/dist/css/core_contact.bundle.css
vendored
@@ -11,15 +11,19 @@
|
||||
font-size: min(16px, calc(1vh * 4));
|
||||
}
|
||||
|
||||
#pageBody > .card {
|
||||
max-width: min(80vw, 1000px);
|
||||
}
|
||||
|
||||
#email {
|
||||
/* min-width: 40vw; */
|
||||
width: 40vw;
|
||||
width: min(40vw, 500px);
|
||||
}
|
||||
#name {
|
||||
width: 50vw;
|
||||
width: min(50vw, 625px);
|
||||
}
|
||||
#message {
|
||||
width: 60vw;
|
||||
width: min(60vw, 750px);
|
||||
}
|
||||
|
||||
input, textarea {
|
||||
|
||||
Reference in New Issue
Block a user