diff options
author | gumi <git@gumi.ca> | 2019-07-24 23:04:41 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-07-24 23:04:41 -0400 |
commit | 7d445227f787b9bab3d1f298451fc688c3267404 (patch) | |
tree | 031a3b30146f7534a3a63197450bc9090be8b056 /src/App.vue | |
parent | 4968f37ef210694ede99eaecbae2042dc20e921f (diff) | |
download | website-7d445227f787b9bab3d1f298451fc688c3267404.tar.gz website-7d445227f787b9bab3d1f298451fc688c3267404.tar.bz2 website-7d445227f787b9bab3d1f298451fc688c3267404.tar.xz website-7d445227f787b9bab3d1f298451fc688c3267404.zip |
apply the changes requested by Freeyorp
Diffstat (limited to 'src/App.vue')
-rw-r--r-- | src/App.vue | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index d6ccd44..a6f1aea 100644 --- a/src/App.vue +++ b/src/App.vue @@ -42,13 +42,17 @@ margin-top: 2em; } } + + & p { + margin: 0px 40px 5px 30px; + } } & > .footer { grid-area: footer; } - font-family: Helvetica, Arial, sans-serif; + font-family: sans-serif; color: #2c3e50; width: 100%; |