diff --git a/src/static/css/demo.css b/src/static/css/demo.css index e661e13..b7c85b8 100755 --- a/src/static/css/demo.css +++ b/src/static/css/demo.css @@ -8,25 +8,27 @@ a { text-decoration: none; } + p { + text-indent: 2em; + } .nav-grid img { height: 100%; width: 100%; } -#wrap { - padding-bottom: 2.5rem; -} - footer { - position: absolute; - bottom: 0; - width: 100%; - height: 2.5rem; - color: aqua; + padding: 1px; + position: absolute; + bottom: 1em; + right: 1em; + width: auto; + text-align: right; + color: #df85a5; + background-color: transparent; } .grid { - height: 100vh; + height: auto; width: 100vw; display: grid; position: relative; diff --git a/src/views/demo.tpl b/src/views/demo.tpl index 3fc8530..a13177a 100644 --- a/src/views/demo.tpl +++ b/src/views/demo.tpl @@ -16,6 +16,7 @@

what about blessfrey?

jump to democontrolssystemstorycharactersinfo
+

Blessfrey is a 2D dungeoncrawling action rpg for PC developed by me (chimchooree) in Godot Engine inspired by Guild Wars 1 and Magic: The Gathering. I'll share any release demos on this page.

diff --git a/src/views/frame.tpl b/src/views/frame.tpl index 78d8a12..6c99f9f 100644 --- a/src/views/frame.tpl +++ b/src/views/frame.tpl @@ -17,10 +17,10 @@ {{!base}} -
- % include('footer.tpl') + +