Skip to content
Snippets Groups Projects
Verified Commit 019161b6 authored by Jakob Moser's avatar Jakob Moser
Browse files

Don't let background repeat

parent fe7dfc58
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
body {
font-family: "Roboto", sans-serif;
background-image: url("/lib/nautilus/nautilus.svg");
background-size: cover;
display: grid;
min-height: 100vh;
align-content: center;
......
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