diff --git a/objectionable.solutions/index.html b/objectionable.solutions/index.html index 46cd435..1cd240b 100644 --- a/objectionable.solutions/index.html +++ b/objectionable.solutions/index.html @@ -24,7 +24,7 @@ Reject Convenience - 88x31 button saying 'I-Eat.Rocks, click here' + 88x31 button saying 'I-Eat.Rocks, click here'
diff --git a/objectionable.solutions/style.css b/objectionable.solutions/style.css index 3d6092d..332484d 100644 --- a/objectionable.solutions/style.css +++ b/objectionable.solutions/style.css @@ -38,6 +38,10 @@ section { margin-top: 25px; } +code { + overflow-x: auto; +} + footer { margin-bottom: 200px; padding-left: 20px;