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

fix welcome padding and avoid background scaling

parent 099e37d6
No related branches found
No related tags found
No related merge requests found
......@@ -585,10 +585,11 @@ main {
div.welcome {
padding-top: 10px;
margin-top: 10px;
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