ExtraStatic: powerful and easy publishing

Skip to content
Snippets Groups Projects
Commit cf1b6945 authored by Chris Dawson's avatar Chris Dawson
Browse files

Fix background for both mobile and desktop

parent 3b2b0686
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,8 @@ html {
}
body {
min-height: 100%;
min-height: 100vh;
width: 100%;
@apply
bg-base-300;
}
......@@ -210,11 +211,6 @@ align-items: center;
background-color: transparent;
}
html {
height: 100%;
width: 100%;
}
.svekyll-post img {
@apply shadow-xl;
......
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