diff --git a/images/og.png b/images/og.png new file mode 100644 index 0000000..50d07da Binary files /dev/null and b/images/og.png differ diff --git a/index.html b/index.html index 87e6b6a..dc5d1f9 100644 --- a/index.html +++ b/index.html @@ -3,14 +3,14 @@ Theory of Non-Listening - - + + - + diff --git a/style.css b/style.css index bcbc6ad..ab77024 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,5 @@ html { - box-sizing: border-box; /*Sweet sanity*/ + box-sizing: border-box; /*Sweet sanity*/; } /*General stuff*/ @@ -62,6 +62,7 @@ p, h3 { .diagramcell { padding: 0.25em 1.5em 0.25em 1.5em; width: 50%; + font-size-adjust: none; /*Fix for odd font sizes*/ } .cells .nonlistening { background-color: rgb(148,54,44);