diff --git a/sleep/static/templates/css/sleep.css b/sleep/static/templates/css/sleep.css index 1f1f5a8..e720457 100644 --- a/sleep/static/templates/css/sleep.css +++ b/sleep/static/templates/css/sleep.css @@ -1,4 +1,4 @@ -.base-header { +.page-header { margin-top: 0; padding: 20px 20px 20px 40px; @@ -60,3 +60,15 @@ body { .comment { margin: 20px 0px 20px 20px; } + +.sleep-detail { + font-family: sans-serif; + padding: 20px 10px 20px 10px; + +} + +.sleep-detail .result { + align-items: flex-end; + padding-left: 30px; + +} diff --git a/sleep/templates/sleep/base.html b/sleep/templates/sleep/base.html index 3f26093..8d3b7b3 100644 --- a/sleep/templates/sleep/base.html +++ b/sleep/templates/sleep/base.html @@ -9,7 +9,7 @@ -
+