summaryrefslogtreecommitdiffstats
path: root/app/view/common/head.view.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/common/head.view.php')
-rw-r--r--app/view/common/head.view.php7
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>