Fix internetometer image overflowing aside.
This commit is contained in:
parent
e9bbeb6dd3
commit
8d39c82952
2 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<div>
|
||||
<div class="internetometerAside">
|
||||
<div>
|
||||
<h1 class="negativeMargin">{{ i18n[langKey].liked | smartTitle }}?</h1>
|
||||
<hr style="margin-bottom: .4em;">
|
||||
|
|
|
|||
|
|
@ -903,6 +903,10 @@ header div:first-child {
|
|||
color: white;
|
||||
}
|
||||
|
||||
.internetometerAside img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#telnetSimulation {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue