diff --git a/src/static/css/diary.css b/src/static/css/diary.css index 172f62f..9824007 100755 --- a/src/static/css/diary.css +++ b/src/static/css/diary.css @@ -22,6 +22,7 @@ mark { background-color: #900C3F; color: hotpink; } +ul { list-style-position: inside; } .grid { display: grid; @@ -194,11 +195,10 @@ mark { .footer-row { grid-area: 8 / 1 / 9 / 5; background-color: #A8577E; - text-align: center; } .footer { - background-color: #5c374c; + background-color: pink; padding-top: 5px; padding-right: 25px; box-shadow: 0 100vh 0 100vh #581845; diff --git a/src/static/css/game.css b/src/static/css/game.css index d50bec3..bdbf021 100644 --- a/src/static/css/game.css +++ b/src/static/css/game.css @@ -178,12 +178,11 @@ ul { list-style-position: inside; } .footer-row { grid-area: 4 / 1 / 5 / 4; - background-color: #EC424A; - text-align: right; - padding-top: 5px; - padding-right: 25px; + background-color: green; } -.footer { - background-color: #060d1a; +#footer { + background-color: #060d1a; + text-align: right; + overflow: hidden; } diff --git a/src/views/frame.tpl b/src/views/frame.tpl index 59b64f0..ce321ad 100644 --- a/src/views/frame.tpl +++ b/src/views/frame.tpl @@ -1,5 +1,6 @@ +
% include('header.tpl') @@ -8,12 +9,8 @@ % include('logo-bar.tpl') % include('nav.tpl')