add subdomains to footer

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-05-12 05:27:23 +05:30
parent 156a3b1b63
commit 216ca60d6c
10 changed files with 47 additions and 6 deletions

View File

@@ -63,6 +63,19 @@ article .header {
text-decoration: none;
}
.subdomains {
list-style-type: none;
}
.subdomains li {
display: inline-block;
}
.subdomains img {
width: 30px;
height: 30px;
}
@media (max-width: 319px) {
body {
width: 90%;