refactor: convert rem to px (cool stuff WIP with this change)

This commit is contained in:
2022-09-24 22:42:24 +02:00
parent db80208a23
commit 0a649a1675

View File

@@ -4,7 +4,7 @@
*/
.heroBanner {
padding: 4rem 0;
padding: 64px;
text-align: center;
position: relative;
overflow: hidden;
@@ -18,7 +18,7 @@
@media only screen and (min-width: 800px) {
.padding-vert--md {
padding-top: 10.10rem;
padding-top: 161.6px;
}
}