diff options
author | cel 🌸 <cel@blos.sm> | 2023-06-23 16:47:07 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-06-23 16:47:07 +0100 |
commit | cbfb8b8886b2bb3ce6bb1c67c00afa12466cab93 (patch) | |
tree | cb27a71aa6be7b878f54922346d7cb653e3f1624 /templates/home.html.tera | |
parent | 43c3cec8e765a2c211831da3c5efc6ff7855da1a (diff) | |
download | blossom-cbfb8b8886b2bb3ce6bb1c67c00afa12466cab93.tar.gz blossom-cbfb8b8886b2bb3ce6bb1c67c00afa12466cab93.tar.bz2 blossom-cbfb8b8886b2bb3ce6bb1c67c00afa12466cab93.zip |
finally fix styles for responsiveness (hopefully)
Diffstat (limited to 'templates/home.html.tera')
-rw-r--r-- | templates/home.html.tera | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/home.html.tera b/templates/home.html.tera index 1a2a453..483c2f9 100644 --- a/templates/home.html.tera +++ b/templates/home.html.tera @@ -4,9 +4,11 @@ {% block header %} -<div class="panel" id="title"> - <h1>cel 🌸</h1> -</div> +<header> + <div class="panel" id="title"> + <h1>cel 🌸</h1> + </div> +</header> {% if is_live %} <iframe |