adapt to mobile devices
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user