mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-10 05:44:42 +00:00
5 lines
163 B
CSS
5 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;
|
|
}
|