From 144b769ddf07a7353cdb82da4468e3eda4c75079 Mon Sep 17 00:00:00 2001 From: gumi Date: Thu, 25 Jul 2019 20:07:30 -0400 Subject: align news entries with the rest of the content --- src/components/News.vue | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/components/News.vue') diff --git a/src/components/News.vue b/src/components/News.vue index 5e2b598..a24209a 100644 --- a/src/components/News.vue +++ b/src/components/News.vue @@ -61,6 +61,13 @@ } } } + +@media (min-width: 1100px) { + .news .entry { + padding-left: 30px; + padding-right: 40px; + } +}