etalon_frontend/src/styles/_calibrateThermo.scss

26 lines
418 B
SCSS
Raw Normal View History

2022-01-17 05:20:21 +00:00
.calibrate-thermo-content {
padding-bottom: 10rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
.novelty-head {
margin-bottom: 5rem;
}
}
.structure-table tbody * {
text-size-adjust: none;
-webkit-text-size-adjust: none;
}
// MOBILE
@media screen and (max-width: 1000px) {
.structure-table tbody * {
font-size: 1.2rem;
}
}