From 6fa7b10d244b226c7651747d88ffdfaa5c5814e2 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Thu, 24 Jun 2021 15:54:37 -0400 Subject: (mkosarek) A description of the separating axis theorem with images --- index.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'index.css') diff --git a/index.css b/index.css index fbc58f0..8047e7f 100644 --- a/index.css +++ b/index.css @@ -133,6 +133,11 @@ nav a:hover { font-style: italic; } +.image { + width: 100%; + text-align: center; +} + /*********************************** Content styling ************************************/ @@ -181,6 +186,10 @@ pre { line-height: 1.0rem; } +code { + font-family: Consolas,monaco,monospace; +} + .code_keyword { color: blue; font-weight: bold; -- cgit v1.2.1