fix: Public pages - Contact and Services - page load errors due to server errors and styling improvements

This commit is contained in:
2024-10-28 15:04:43 +00:00
parent fc91f86922
commit 22f6ed7e8c
534 changed files with 526 additions and 928 deletions

View File

@@ -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: "";