From 5ede28b4cc699a9678329cdf1a2df925b7efafc8 Mon Sep 17 00:00:00 2001 From: gumi Date: Wed, 24 Jul 2019 23:17:31 -0400 Subject: always justify body text --- src/App.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index a6f1aea..d9e6711 100644 --- a/src/App.vue +++ b/src/App.vue @@ -30,6 +30,7 @@ background: #E1D6CF; padding: 15px 15px 30px 15px; border-radius: 15px 15px 0 0; + text-align: justify; & h1 { margin: 20px 0 0 0 0; @@ -42,10 +43,6 @@ margin-top: 2em; } } - - & p { - margin: 0px 40px 5px 30px; - } } & > .footer { @@ -81,7 +78,10 @@ min-width: 890px; padding-bottom: 200px; border-radius: 15px 0 0 15px; - text-align: justify; + + & p { + margin: 0px 40px 5px 30px; + } } } } -- cgit v1.2.3-60-g2f50