Fix internetometer image overflowing aside.

This commit is contained in:
天クマ 2026-07-04 15:37:38 -03:00
commit 8d39c82952
2 changed files with 5 additions and 1 deletions

View file

@ -903,6 +903,10 @@ header div:first-child {
color: white;
}
.internetometerAside img {
max-width: 100%;
}
#telnetSimulation {
display: flex;
width: 100%;