57 lines
776 B
SCSS
57 lines
776 B
SCSS
body {
|
|
font-family: 'Antic Slab';
|
|
font-size: 20px;
|
|
line-height: 1.5em
|
|
}
|
|
|
|
.center {
|
|
margin: 0 auto;
|
|
max-width: 920px;
|
|
}
|
|
|
|
a {
|
|
text-decoration: underilne;
|
|
//color: inherit !important;
|
|
color: #c24e4a;
|
|
//color: #3da3b7;
|
|
}
|
|
|
|
img { max-width: 100%; }
|
|
|
|
header {
|
|
h1 { margin-bottom: 0; font-size: 1.5em; text-align: right; }
|
|
|
|
h2 {
|
|
font-size: 0.8em;
|
|
font-weight: normal;
|
|
margin-top: 0;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
nav.main-menu {
|
|
text-align: right;
|
|
}
|
|
|
|
footer {
|
|
font-size: 0.7em;
|
|
padding-top: 1em;
|
|
}
|
|
|
|
hr.light {
|
|
border: 0px;
|
|
margin: 1em 0 1em 0;
|
|
border-top: #CCC 1px solid;
|
|
}
|
|
|
|
p:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.float-right {
|
|
float: right;
|
|
}
|