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 {
|
||||
padding: 0.5em;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.bg-light { background: var(--bg-light); }
|
||||
|
@ -57,3 +59,8 @@ img {
|
|||
.flex-4 { flex: 4; }
|
||||
.flex-5 { flex: 5; }
|
||||
.flex-6 { flex: 6; }
|
||||
|
||||
.img-container {
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
|
@ -77,7 +77,9 @@
|
|||
</ul>
|
||||
</article>
|
||||
<article>
|
||||
<img src="./images/linux-timeline-17.10.svg" alt="A timeline of different linux distributions.">
|
||||
<div class="image-container">
|
||||
<img src="./images/linux-timeline-17.10.svg" alt="A timeline of different linux distributions.">
|
||||
</div>
|
||||
</article>
|
||||
<article>
|
||||
<h2>Let's Get Started!</h2>
|
||||
|
|
Loading…
Reference in a new issue