Fix(UI): Reskin with milder colour theme and improved spacing in layout..

This commit is contained in:
2025-02-02 02:02:33 +00:00
parent 5a7d5417d0
commit dd10b12197
44 changed files with 320 additions and 310 deletions

View File

@@ -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 {