Change file structure

This commit is contained in:
2020-03-10 13:40:22 +00:00
parent fc16869ff5
commit 25914ba3dc
83 changed files with 1393 additions and 1469 deletions

View File

@@ -20,7 +20,7 @@
padding-bottom: 10px;
}
/* hide empty black bar if there is no content to the article */
/* hide empty black bar if there is no content to the page */
.article-content:empty {
display: none;
}

View File

@@ -131,7 +131,6 @@ html, body, .mdc-drawer-app-content {
width: 100%;
position: fixed;
background: var(--mdc-theme-primary);
color: var(--mdc-theme-background);
text-align: center;
bottom: -100px;
left: 0;