25 lines
306 B
CSS
25 lines
306 B
CSS
/* Move down content because we have a fixed navbar that is 50px tall */
|
|
body {
|
|
padding-top: 50px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
h1 {
|
|
font-weight: 800;
|
|
}
|
|
|
|
|
|
h2 {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
h3 {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3 {
|
|
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
}
|