fix: Public pages - Contact and Services - page load errors due to server errors and styling improvements
This commit is contained in:
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: "";
|
||||
|
||||
Reference in New Issue
Block a user