Skip to content

Commit

Permalink
Fix background cover (#15)
Browse files Browse the repository at this point in the history
* Fixed background image

* nodejs v11.11 breaks jest
  • Loading branch information
jdtzmn authored Mar 8, 2019
1 parent 4462a56 commit 6ebe4a4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- node
- "11.10.1"
sudo: required
addons:
chrome: stable
Expand Down
Binary file modified assets/img/title/computer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/title/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion components/TitleBar/TitleBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ header {
.background {
// color
background: black;
background-image: url('~/assets/img/title/computer.jpg');
background-image: url('~@@/assets/img/title/computer.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jdtzmn.github.io",
"version": "0.1.1",
"version": "0.2.1",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
Expand Down

0 comments on commit 6ebe4a4

Please sign in to comment.