From 8b28d543314823b64e82d972f66e1d6e6cbf9eb4 Mon Sep 17 00:00:00 2001 From: Ben Armstead Date: Mon, 18 Nov 2024 17:58:23 +0000 Subject: [PATCH] Add styling of images and descriptions --- assets/ananke/css/_styles.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/assets/ananke/css/_styles.css b/assets/ananke/css/_styles.css index 9db98a7..edff4d5 100644 --- a/assets/ananke/css/_styles.css +++ b/assets/ananke/css/_styles.css @@ -1,4 +1,13 @@ /* Put your custom styles here and run `npm start` from the "src" directory on */ +img.max400 { + display: block; + max-height: 500px; +} + +em { + display: block; + text-align: center; +} #TableOfContents ul li { margin-bottom: 1em; @@ -15,6 +24,6 @@ } -.nested-links a{ +.nested-links a { overflow-wrap: break-word; -} +} \ No newline at end of file