diff --git a/src/index.html b/src/index.html index 3971d52..c8e5ba5 100644 --- a/src/index.html +++ b/src/index.html @@ -411,7 +411,7 @@
-
+

New in Release 2.8

@@ -435,7 +435,7 @@
-
+

Popular Extensions

@@ -466,7 +466,7 @@
-
+

New From the Blog

diff --git a/src/scss/_news.scss b/src/scss/_news.scss index 28a71f2..321bef5 100644 --- a/src/scss/_news.scss +++ b/src/scss/_news.scss @@ -41,4 +41,17 @@ font-size: 13px; color: $regular-text; font-weight: 500; +} + +@media all and (max-width: $phone) { + .news__news, + .news__extensions, + .news__blog { + padding: 0 30px; + } + + .news__extensions, + .news__blog { + margin-top: 50px; + } } \ No newline at end of file