mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-10 13:54:41 +00:00
6 lines
163 B
CSS
6 lines
163 B
CSS
|
|
/* Move down content because we have a fixed navbar that is 50px tall */
|
||
|
|
body.fobi-page .page-container .page-row {
|
||
|
|
padding-top: 10px;
|
||
|
|
padding-bottom: 10px;
|
||
|
|
}
|