fix: Public pages - Contact and Services - page load errors due to server errors and styling improvements
This commit is contained in:
5
static/dist/css/core_contact.bundle.css
vendored
5
static/dist/css/core_contact.bundle.css
vendored
@@ -6,6 +6,11 @@
|
||||
}
|
||||
#pageBody > .card:not(:first-of-type) {
|
||||
}
|
||||
|
||||
#pageBody label {
|
||||
font-size: min(16px, calc(1vh * 4));
|
||||
}
|
||||
|
||||
#email {
|
||||
min-width: 40vw;
|
||||
width: 40vw;
|
||||
|
||||
21
static/dist/css/core_services.bundle.css
vendored
21
static/dist/css/core_services.bundle.css
vendored
@@ -3,13 +3,14 @@
|
||||
padding-right: 5vw;
|
||||
max-width: 80vw;
|
||||
}
|
||||
#pageBody > .card:first-of-type{
|
||||
|
||||
#pageBody .card h1,
|
||||
#pageBody .card h2 {
|
||||
width: 100%;
|
||||
}
|
||||
#pageBody > .card:last-of-type {
|
||||
padding-left: 5vw;
|
||||
padding-right: 5vw;
|
||||
}
|
||||
#pageBody > .card:not(:first-of-type) {
|
||||
|
||||
#pageBody .card p {
|
||||
font-size: min(16px, calc(1vh * 4));
|
||||
}
|
||||
|
||||
table {
|
||||
@@ -18,6 +19,14 @@ table {
|
||||
width: fit-content !important;
|
||||
}
|
||||
|
||||
table td {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
table th {
|
||||
font-size: min(16px, calc(1vh * 4));
|
||||
}
|
||||
|
||||
/*
|
||||
tr th::after {
|
||||
content: "";
|
||||
|
||||
11
static/dist/css/main.bundle.css
vendored
11
static/dist/css/main.bundle.css
vendored
@@ -99,15 +99,15 @@ h1, h2, h3, h4, h5, p, a, label {
|
||||
*/
|
||||
|
||||
h1 {
|
||||
font-size: 24px;
|
||||
font-size: min(24px, calc(1vh * 6));
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 22px;
|
||||
font-size: min(20px, calc(1vh * 5));
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 18px;
|
||||
font-size: min(16px, calc(1vh * 4));
|
||||
margin-top: 1vh;
|
||||
}
|
||||
|
||||
@@ -239,8 +239,8 @@ h5 {
|
||||
}
|
||||
#pageBody > * > * {
|
||||
align-self: center;
|
||||
padding-top: 1vh;
|
||||
padding-bottom: 1vh;
|
||||
padding-top: 0.5vh;
|
||||
padding-bottom: 0.5vh;
|
||||
color: var(--c_purple_dark);
|
||||
}
|
||||
#pageBody > .card {
|
||||
@@ -572,6 +572,7 @@ button:hover, input[type="submit"]:hover, #overlayHamburger .row *:hover {
|
||||
|
||||
ul {
|
||||
max-width: 90%;
|
||||
padding: 5px 0 10px 0;
|
||||
}
|
||||
li {
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user