summaryrefslogtreecommitdiff
path: root/src/components/News.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/News.vue')
-rw-r--r--src/components/News.vue7
1 files changed, 7 insertions, 0 deletions
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;
+ }
+}
</style>
<script lang="ts">