aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/subscription.css
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-12-29 15:36:23 -0500
committerJesús <heckyel@hyperbola.info>2020-12-29 15:36:23 -0500
commit0f78e73e80dd1801bbcadb31e2bd3de11b68b267 (patch)
tree1d54e0cc482cf14754e660f6ad1de6fa408b93e7 /youtube/static/subscription.css
parent701786a9cc0aa21ef83fa17139599814662cf869 (diff)
downloadyt-local-0f78e73e80dd1801bbcadb31e2bd3de11b68b267.tar.lz
yt-local-0f78e73e80dd1801bbcadb31e2bd3de11b68b267.tar.xz
yt-local-0f78e73e80dd1801bbcadb31e2bd3de11b68b267.zip
General theme: add license and add URL source code in footer
Diffstat (limited to 'youtube/static/subscription.css')
-rw-r--r--youtube/static/subscription.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/youtube/static/subscription.css b/youtube/static/subscription.css
index 6fbe34a..fe40ec1 100644
--- a/youtube/static/subscription.css
+++ b/youtube/static/subscription.css
@@ -436,6 +436,12 @@ hr {
.footer {
grid-area: footer;
+ display: grid;
+ grid-template-columns: auto;
+ align-items: center;
+ justify-content: center;
+ margin: auto;
+ text-align: center;
}
.footer > p {
@@ -528,4 +534,15 @@ hr {
grid-row-gap: 1rem;
grid-column-gap: 1rem;
}
+
+ .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;
+ }
}