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>
|
<div>
|
||||||
<h1 class="negativeMargin">{{ i18n[langKey].liked | smartTitle }}?</h1>
|
<h1 class="negativeMargin">{{ i18n[langKey].liked | smartTitle }}?</h1>
|
||||||
<hr style="margin-bottom: .4em;">
|
<hr style="margin-bottom: .4em;">
|
||||||
|
|
|
||||||
|
|
@ -903,6 +903,10 @@ header div:first-child {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.internetometerAside img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#telnetSimulation {
|
#telnetSimulation {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue