From 8aa77dc14de696f840fedef14e57af75706d0049 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Sun, 17 Apr 2022 21:17:51 +0200 Subject: first add of custom CSS --- _static/club1.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 _static/club1.css (limited to '_static') diff --git a/_static/club1.css b/_static/club1.css new file mode 100644 index 0000000..eb9fdd8 --- /dev/null +++ b/_static/club1.css @@ -0,0 +1,4 @@ +/* Add maximum height for content's images */ +section img { + max-height: 30rem; +} -- cgit v1.2.3