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