Skip to content
Snippets Groups Projects
Commit 5ae01c0d authored by Henrik Askjer's avatar Henrik Askjer
Browse files

center background instead of stretching

parent 32215962
No related branches found
No related tags found
No related merge requests found
......@@ -398,7 +398,7 @@ div.welcome {
flex-grow: 10;
background-image: url('../assets/books.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position-x: center;
}
div.welcome article {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment