Files
demo_partsERP/static/dist/css/core_services.bundle.css

41 lines
630 B
CSS

#pageBody > .card {
padding-left: 5vw;
padding-right: 5vw;
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,
#pageBody .card h2,
#pageBody .card p {
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));
}
/*# sourceMappingURL=core_services.bundle.css.map*/