diff --git a/app.scss b/app.scss index 0031e3b..fdc9e28 100644 --- a/app.scss +++ b/app.scss @@ -201,6 +201,32 @@ svg { // article view +.article-page { + + .adopt-a-pup-top-navigation { + display: none; + } + + .adopt-a-pup--fixed-adjust { + padding-top: 56px; + } + + .article-image { + width: 100%; + height: auto; + + img { + width: 100%; + } + } + + + + + + + +} diff --git a/article.html b/article.html index 827c246..3803647 100644 --- a/article.html +++ b/article.html @@ -12,6 +12,8 @@
+