summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-06-24 15:54:37 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-06-24 15:54:37 -0400
commit6fa7b10d244b226c7651747d88ffdfaa5c5814e2 (patch)
tree0e61a0f84e7c4b973ccbcf6c90cb21e3f31e05c4 /index.css
parent410a072c3862481f729c293402ddd49c5ae98769 (diff)
(mkosarek) A description of the separating axis theorem with images
Diffstat (limited to 'index.css')
-rw-r--r--index.css9
1 files changed, 9 insertions, 0 deletions
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;