Landing page nearly working
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user