diff options
Diffstat (limited to 'app/view/stdpage.php')
-rw-r--r-- | app/view/stdpage.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/view/stdpage.php b/app/view/stdpage.php index 9f5b4e2..0af782a 100644 --- a/app/view/stdpage.php +++ b/app/view/stdpage.php @@ -65,6 +65,10 @@ require_once "class/globals.php"; <link rel="stylesheet" type="text/css" href="<?=ar()?>/static/css/bootstrap.min.css" /> + <style type="text/css"> + body { padding-top: 70px; } + </style> + <?php } ?> <?php function top() : void { ?> |