rickvanlieshout.com/components/SitePage/style.css

17 lines
276 B
CSS
Raw Normal View History

2016-06-03 01:32:38 +02:00
.blog-page {
margin-bottom: 40px;
}
.blog-page h1 {
font-size: responsive 20px 36px;
margin-top: 0;
}
.blog-page p {
font-size: 16px;
line-height: 26px;
margin-bottom: 26px;
}
@media (max-width:900px) {
.blog-single .text, .blog-single .footer {
padding: 0 15px;
}
}