Fix distro timeline display
All checks were successful
continuous-integration/laminar-elessar Build 17 succeeded in 46 seconds .
All checks were successful
continuous-integration/laminar-elessar Build 17 succeeded in 46 seconds .
This commit is contained in:
parent
07605f4737
commit
42f3a404a5
2 changed files with 10 additions and 1 deletions
|
@ -42,6 +42,8 @@ small { font-size: 50%; }
|
||||||
|
|
||||||
img {
|
img {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bg-light { background: var(--bg-light); }
|
.bg-light { background: var(--bg-light); }
|
||||||
|
@ -57,3 +59,8 @@ img {
|
||||||
.flex-4 { flex: 4; }
|
.flex-4 { flex: 4; }
|
||||||
.flex-5 { flex: 5; }
|
.flex-5 { flex: 5; }
|
||||||
.flex-6 { flex: 6; }
|
.flex-6 { flex: 6; }
|
||||||
|
|
||||||
|
.img-container {
|
||||||
|
max-height: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
|
@ -77,7 +77,9 @@
|
||||||
</ul>
|
</ul>
|
||||||
</article>
|
</article>
|
||||||
<article>
|
<article>
|
||||||
|
<div class="image-container">
|
||||||
<img src="./images/linux-timeline-17.10.svg" alt="A timeline of different linux distributions.">
|
<img src="./images/linux-timeline-17.10.svg" alt="A timeline of different linux distributions.">
|
||||||
|
</div>
|
||||||
</article>
|
</article>
|
||||||
<article>
|
<article>
|
||||||
<h2>Let's Get Started!</h2>
|
<h2>Let's Get Started!</h2>
|
||||||
|
|
Loading…
Reference in a new issue