diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-12-07 00:06:44 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-12-07 00:06:44 +0100 |
commit | 5bdd7f4b03247402124907c4b56a848eb23e7cc7 (patch) | |
tree | 7a8c2f72d1820b937e438d0568eaaebfd3cd7763 /components | |
parent | c7306cfdbaa50c89639fe38bb1b4005ed3555422 (diff) | |
download | puszcza-5bdd7f4b03247402124907c4b56a848eb23e7cc7.tar.gz puszcza-5bdd7f4b03247402124907c4b56a848eb23e7cc7.zip |
Add image
Diffstat (limited to 'components')
-rw-r--r-- | components/JoinUs.vue | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/components/JoinUs.vue b/components/JoinUs.vue index d8bfadf..8c8911d 100644 --- a/components/JoinUs.vue +++ b/components/JoinUs.vue @@ -26,7 +26,10 @@ export default { padding: 80px 20%; - background: #dddddd; + background-image: url('/assets/bg.jpg'); + background-size: cover; + background-position: center; + background-repeat: no-repeat; display: flex; flex-direction: row; @@ -35,7 +38,7 @@ export default { .heading { width: 900px; - padding: 100px 0; + padding: 50px 0 150px 0; display: flex; flex-direction: column; |