fix padding in page container

This commit is contained in:
Antonela 2019-09-05 20:59:55 -04:00
parent 0b3cadbed3
commit 094dd93359

View File

@ -2,9 +2,9 @@
* Base structure * Base structure
*/ */
/* Move down content because we have a fixed navbar that is 3.5rem tall */ /* Move down content because we have a fixed navbar that is 10rem tall */
.page { .page {
padding-top: 3.5rem; padding-top: 10rem;
} }
/* Reset */ /* Reset */