Landing page nearly working

This commit is contained in:
2020-07-14 12:20:55 +01:00
parent ce603dcddd
commit 39eed1002e
4 changed files with 31 additions and 19 deletions

View File

@@ -1,5 +1,18 @@
.site-header {
body {
width: 100%;
height: 100%;
font-family: helvetica, arial;
}
header, footer {
background: #202226;
padding: 1rem;
text-align: center;
}
.container {
min-height: 100%;
display: grid;
grid-template-rows: auto 1fr auto;
grid-template-columns: 100%;
}
/* TODO Proper theme overrides */
h1, .site-title {
@@ -12,8 +25,8 @@ h1, .site-title {
transform: skew(-10deg);
color: white;
padding: 2em;
height: 75vh;
width: 100%;
height: 77vh;
text-align: center;
background-size: cover;
background-repeat: no-repeat;