papercss/src/components/_article.scss
2018-05-24 08:39:06 -04:00

39 lines
490 B
SCSS

article {
.article-title {
font-size: 3rem;
}
.article-meta {
color: $muted;
font-size: 15px;
a {
background-image: none;
color: $muted-text;
&:hover {
color: $light-dark;
}
}
}
.text-lead {
font-size: 30px;
line-height: 1.3;
margin: 35px;
}
button {
&:not(:first-of-type) {
margin-left: 2rem;
@include resp(xs) {
margin-left: 0;
}
}
}
p {
line-height: 1.6;
}
}