|
|
|
@ -29,6 +29,10 @@ h1.with-subtitle {
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
|
|
|
color: gray;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
p {
|
|
|
|
color: gray;
|
|
|
|
color: gray;
|
|
|
|
font: 16px/22px "Quicksand", sans-serif;
|
|
|
|
font: 16px/22px "Quicksand", sans-serif;
|
|
|
|
@ -41,6 +45,17 @@ p.subtitle {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
p.byline {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
right: 0;
|
|
|
|
|
|
|
|
font: 16px/22px "Quicksand", sans-serif;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.drop-zone {
|
|
|
|
.drop-zone {
|
|
|
|
width: 100%
|
|
|
|
width: 100%
|
|
|
|
height: 100%
|
|
|
|
height: 100%
|
|
|
|
|