From 3e51b55c859d708f5138269e16d668b6ab3e3dac Mon Sep 17 00:00:00 2001 From: kenu Date: Fri, 31 May 2024 09:14:41 +0900 Subject: [PATCH] style --- web/public/css/style.css | 12 +++++++----- web/views/index.ejs | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/web/public/css/style.css b/web/public/css/style.css index e4ccab8..5a1d8bd 100644 --- a/web/public/css/style.css +++ b/web/public/css/style.css @@ -207,8 +207,8 @@ li button.transcript { padding: 3.1em 2.5rem; } - h1 { - left: 10%; + .title { + padding: 0.5rem 2.5rem; } .profile { @@ -257,10 +257,12 @@ li button.transcript { } .ad { - background-color: #fcebebee; - padding: 10px 0 20px; + display: block; + background-color: #ccebebee; + padding: 10px 2.5rem; position: fixed; bottom: 0; - width: 96%; + left: 0; + width: 100%; } } diff --git a/web/views/index.ejs b/web/views/index.ejs index 81ebf7c..8a373ca 100644 --- a/web/views/index.ejs +++ b/web/views/index.ejs @@ -5,7 +5,7 @@
-

+