diff options
author | n-peugnet <n.peugnet@free.fr> | 2022-04-17 21:17:51 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2022-04-17 21:17:51 +0200 |
commit | 3843e9e86f0fb547ca9cad38ecfd26257f4d1b6d (patch) | |
tree | a2fda50ab28227d7e8c27b2e1222233b3e16524e /_static | |
parent | e4077c77188f4a6b25a7a4320f848c233e6d5410 (diff) | |
download | club1-docs-3843e9e86f0fb547ca9cad38ecfd26257f4d1b6d.tar.gz club1-docs-3843e9e86f0fb547ca9cad38ecfd26257f4d1b6d.zip |
first add of custom CSS
Diffstat (limited to '_static')
-rw-r--r-- | _static/club1.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; +} |