diff options
Diffstat (limited to 'app/view/common/head.view.php')
-rw-r--r-- | app/view/common/head.view.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/view/common/head.view.php b/app/view/common/head.view.php index 87cd37d..b23ec18 100644 --- a/app/view/common/head.view.php +++ b/app/view/common/head.view.php @@ -1 +1,8 @@ <?php include "view/master/head.view.php"; ?> + +<style type="text/css"> + body + { + padding-top: 70px; + } +</style> |