48 lines
655 B
CSS
48 lines
655 B
CSS
#pageBody > .card {
|
|
padding-left: 5vw;
|
|
padding-right: 5vw;
|
|
max-width: 80vw;
|
|
}
|
|
|
|
#pageBody .card h1,
|
|
#pageBody .card h2 {
|
|
width: 100%;
|
|
}
|
|
|
|
#pageBody .card p {
|
|
font-size: min(16px, calc(1vh * 4));
|
|
}
|
|
|
|
table {
|
|
left: 5vw;
|
|
max-width: 70vw;
|
|
width: fit-content !important;
|
|
}
|
|
|
|
table td {
|
|
padding: 10px;
|
|
}
|
|
|
|
table th {
|
|
font-size: min(16px, calc(1vh * 4));
|
|
}
|
|
|
|
/*
|
|
tr th::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 65px;
|
|
left: 4%;
|
|
width: 92%;
|
|
border-bottom: 2px solid var(--c_purple_dark);
|
|
}
|
|
*/
|
|
|
|
/*
|
|
img {
|
|
max-height: 5vh;
|
|
max-width: 10vw;
|
|
}
|
|
*/
|
|
|
|
/*# sourceMappingURL=core_services.bundle.css.map*/ |