General theme: add license and add URL source code in footer

This commit is contained in:
Jesús
2020-12-29 15:36:23 -05:00
parent 701786a9cc
commit 0f78e73e80
17 changed files with 636 additions and 110 deletions

View File

@@ -548,6 +548,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 {
@@ -634,4 +640,15 @@ label[for=options-toggle-cbox] {
". side-videos";
grid-area: sc-info;
}
.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;
}
}