404 and style cleanups
This commit is contained in:
parent
e53a06724f
commit
7335b31d11
6 changed files with 87 additions and 73 deletions
|
|
@ -1,20 +1,19 @@
|
|||
body {
|
||||
background: #f5f1e8;
|
||||
color: #3a3a3a;
|
||||
}
|
||||
|
||||
header {
|
||||
padding: 60px 0;
|
||||
display: flex;
|
||||
padding: 60px;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
h1,
|
||||
header span {
|
||||
margin: 0;
|
||||
font-weight: 300;
|
||||
.delta {
|
||||
font-size: 4em;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 60%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
section {
|
||||
|
|
@ -26,7 +25,6 @@ section {
|
|||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 24px;
|
||||
font-weight: 300;
|
||||
font-style: italic;
|
||||
font-size: 2em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue