From 42f3a404a535685a8917986191a34c0eea2da92d Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 14 Mar 2019 15:46:28 +0000 Subject: [PATCH] Fix distro timeline display --- css/theme.css | 7 +++++++ index.html | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/css/theme.css b/css/theme.css index 384acbc..6fdcdc4 100644 --- a/css/theme.css +++ b/css/theme.css @@ -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%; +} diff --git a/index.html b/index.html index 79a334d..ed33ff3 100644 --- a/index.html +++ b/index.html @@ -77,7 +77,9 @@
- A timeline of different linux distributions. +
+ A timeline of different linux distributions. +

Let's Get Started!