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

@@ -1,5 +1,5 @@
#pageBody > .card:first-of-type {
width: 80%;
width: min(80vw, 500px);
}
.container.row {

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 {

View File

@@ -12,6 +12,15 @@
margin-bottom: 35vh;
}
.home-hero {
}
.home-hero-title {
font-size: 24px;
font-weight: normal;
}
.img-demo {
max-width: 50%;
min-width: 500px;

View File

@@ -1,7 +1,16 @@
#pageBody > .card {
padding-left: 5vw;
padding-right: 5vw;
max-width: 80vw;
max-width: min(80vw, 1000px);
}
#pageBody > .card.services {
max-width: min(80vw, 690px);
}
#pageBody > .card.technologies {
}
#pageBody > .card.faq {
max-width: min(80vw, 1250px);
}
#pageBody .card h1,