diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2019-12-23 20:58:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-23 20:58:07 +0100 |
commit | d81efb1e043180885bfb6ea9eac173a86fea6aad (patch) | |
tree | d285ddfc02fa6c9639c9bc4bfc48343d95af9c1a | |
parent | b20e39c4cd4855956f0b887ece76a9af8244b181 (diff) | |
parent | b12a2b1c38c958b34505c64e955806988a8ce2a9 (diff) | |
download | puszcza-d81efb1e043180885bfb6ea9eac173a86fea6aad.tar.gz puszcza-d81efb1e043180885bfb6ea9eac173a86fea6aad.zip |
Merge pull request #18 from 19pdh/develop
Image
-rw-r--r-- | components/JoinUs.vue | 7 | ||||
-rw-r--r-- | static/assets/bg.jpg | bin | 0 -> 669154 bytes | |||
-rw-r--r-- | static/assets/preBg.jpg | bin | 0 -> 82967 bytes |
3 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; diff --git a/static/assets/bg.jpg b/static/assets/bg.jpg new file mode 100644 index 0000000..4e1456e --- /dev/null +++ b/static/assets/bg.jpg Binary files differdiff --git a/static/assets/preBg.jpg b/static/assets/preBg.jpg new file mode 100644 index 0000000..7dda4f7 --- /dev/null +++ b/static/assets/preBg.jpg Binary files differ |