summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2019-07-24 23:17:31 -0400
committergumi <git@gumi.ca>2019-07-24 23:17:31 -0400
commit5ede28b4cc699a9678329cdf1a2df925b7efafc8 (patch)
tree10b69d0b1b49f4d972843cd9fe353a930bcaf3f5
parent9657ba48b73700ee3605246f5fd666b2b727b16b (diff)
downloadwebsite-5ede28b4cc699a9678329cdf1a2df925b7efafc8.tar.gz
website-5ede28b4cc699a9678329cdf1a2df925b7efafc8.tar.bz2
website-5ede28b4cc699a9678329cdf1a2df925b7efafc8.tar.xz
website-5ede28b4cc699a9678329cdf1a2df925b7efafc8.zip
always justify body text
-rw-r--r--src/App.vue10
1 files 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;
+ }
}
}
}