converts to rem

This commit is contained in:
dstrukt
2021-08-31 22:27:22 -07:00
committed by Andrew Camilleri
parent c77e3a9396
commit ab2f460f35

View File

@@ -5,18 +5,18 @@
*/
section {
padding: 80px 0px;
padding: 5rem 0;
}
@media (min-width: 768px) {
section {
padding: 96px 0px;
padding: 6rem 0;
}
}
@media (min-width: 992px) {
section {
padding: 128px 0px;
padding: 8rem 0;
}
}