diff --git a/src/css/custom.scss b/src/css/custom.scss index 60fa67cc..16fe00dd 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -30,6 +30,10 @@ margin-bottom: 20px; } + img + button { + display: none !important; + } + p { white-space: pre-wrap; max-width: 500px; @@ -43,4 +47,4 @@ text-decoration: none; font-weight: 300; } -} \ No newline at end of file +}