diff options
-rw-r--r-- | src/App.vue | 10 |
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; + } } } } |