From 0f78e73e80dd1801bbcadb31e2bd3de11b68b267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 29 Dec 2020 15:36:23 -0500 Subject: General theme: add license and add URL source code in footer --- youtube/static/home.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'youtube/static/home.css') diff --git a/youtube/static/home.css b/youtube/static/home.css index 9bea07c..7138178 100644 --- a/youtube/static/home.css +++ b/youtube/static/home.css @@ -159,6 +159,12 @@ label[for=options-toggle-cbox] { .footer { grid-area: footer; + display: grid; + grid-template-columns: auto; + align-items: center; + justify-content: center; + margin: auto; + text-align: center; } .footer > p { @@ -194,4 +200,15 @@ label[for=options-toggle-cbox] { z-index: 1; position: absolute; } + + .footer { + display: grid; + grid-template-columns: repeat(3, auto); + grid-column-gap: 2rem; + align-items: center; + justify-content: center; + text-align: center; + margin-top: 1rem; + margin-bottom: 1rem; + } } -- cgit v1.2.3