From 2120ee71c923a5ef0b2b04ce87097ca07b3a24bd Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 8 May 2024 11:43:22 -0400 Subject: Add hide class --- static/assets/style.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/static/assets/style.css b/static/assets/style.css index 5386d83..c702bb7 100644 --- a/static/assets/style.css +++ b/static/assets/style.css @@ -137,12 +137,21 @@ b { /*background-color: rgb(240,240,240);*/ } -img { +/* img { max-width: 100%; height: auto; vertical-align: middle; font-style: italic; shape-margin: 1rem; +} */ + +img, video { + max-width: 100%; + height: auto; + display: block; + font-style: italic; +/* color: rgb(177, 177, 177); + background-color: rgb(73, 73, 73); */ } .thumbnail img { @@ -201,6 +210,10 @@ a:hover:not(.thumbnail) { margin-left: 1.5rem; } +.hide { + display: none; +} + .footer-logo { filter: invert(100%); height: 1rem; -- cgit v1.2.3