fix mobile display

This commit is contained in:
ari melody 2025-07-10 16:41:25 +01:00
parent d112d7ae63
commit 6f6c0c3a6d
Signed by: ari
GPG key ID: CF99829C92678188
3 changed files with 21 additions and 7 deletions

View file

@ -153,13 +153,15 @@ footer:hover {
.title-icon {
position: relative;
height: 1.2em;
width: 1.3em;
height: 1.1em;
margin: 0 .1em;
padding-right: 1.6em;
display: inline-block;
}
.title-icon img {
width: 1.4em;
height: 1.4em;
position: absolute;
}
@ -179,3 +181,9 @@ footer:hover {
box-shadow: 0 2px 8px #0c03116e;
}
}
@media screen and (max-width: 500px) {
h1 {
font-size: 1.2em;
}
}