diff options
-rw-r--r-- | app/view/templates/info.php | 2 | ||||
-rw-r--r-- | assets/css/home.css | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/app/view/templates/info.php b/app/view/templates/info.php index 97ee198..f9144ca 100644 --- a/app/view/templates/info.php +++ b/app/view/templates/info.php @@ -38,7 +38,7 @@ <nav> -SUMMARY +<h2>Manual Summary</h2> <ul> <li><a href="#startup">Startup</a></li> <ul> diff --git a/assets/css/home.css b/assets/css/home.css index 8ea7cc5..61fb100 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -188,6 +188,7 @@ section.info nav { position: fixed; right: 3%; top: 20%; + margin: 7%; } section.info article code i { @@ -202,4 +203,8 @@ section.info article code i { display: none; } + section.info nav { + position: relative; + } + }
\ No newline at end of file |