readme & page updates

This commit is contained in:
2021-12-22 00:10:05 +01:00
parent b025b62500
commit 97c2979708
4 changed files with 82 additions and 14 deletions

12
_CDN/css/skeleton.css vendored
View File

@@ -404,7 +404,8 @@ there.
/* Larger than mobile */
@media (min-width: 400px) {}
@media (min-width: 400px) {
}
/* Disable mobile-nav when going above 550px. */
@media (max-width: 550px) {
@@ -562,3 +563,12 @@ text-decoration: none;
/* Larger than Desktop HD */
@media (min-width: 1200px) {}
/* =======================================================
Custom css.
======================================================= */
footer {
text-align: center;
padding: 22px;
background-color: black;
color: white;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 MiB