improvements

This commit is contained in:
2022-11-21 00:07:45 +00:00
parent 36a1d78ebd
commit f88766280a
4 changed files with 24 additions and 3 deletions

View File

@ -102,6 +102,24 @@ li {
.header-link {
display: inline-block;
}
h1 {
display: flex;
justify-content: space-between;
@media screen and (max-width: 450px) {
display: block;
.home-link {
display: block;
}
}
.home-link {
font-size: 0.5em;
color: $body-color;
}
}
}
table {