bundle everything
This commit is contained in:
29
site.css
29
site.css
@@ -2,26 +2,39 @@ html,
|
||||
body {
|
||||
background-color: #fff;
|
||||
color: #335;
|
||||
font-family: sans-serif;
|
||||
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 1px solid #eef;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #69c;
|
||||
font-size: 2em;
|
||||
margin: 1em;
|
||||
font-size: 45px;
|
||||
font-weight: normal;
|
||||
line-height: 60px;
|
||||
margin-bottom: 0;
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #666;
|
||||
font-size: 20px;
|
||||
font-weight: normal;
|
||||
line-height: 30px;
|
||||
margin-bottom: 30px;
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
margin-top: 0px;
|
||||
border-bottom: 1px solid #eef;
|
||||
}
|
||||
|
||||
|
||||
.Grid-row {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user