adapt to mobile devices

This commit is contained in:
veclav talica
2024-02-23 22:52:11 +05:00
parent 5601ecb988
commit 78b50d27c2
4 changed files with 17 additions and 2 deletions

View File

@ -66,6 +66,7 @@ html {
font-size: 0.8em;
background-color: var(--bg-color);
border: 1px solid #bbbbdd;
overflow: scroll;
}
nav li:first-child {
border-left: none;
@ -100,3 +101,9 @@ html {
font-size: 13px;
}
}
img {
max-width: 100%;
height: auto;
width: auto;
}