blog example: remove unused CSS. (#29316)

This commit is contained in:
XhmikosR 2019-08-28 18:29:15 +03:00 committed by Martijn Cuppens
parent 4ce8eab10c
commit 1d69e6ccfd
1 changed files with 0 additions and 19 deletions

View File

@ -65,25 +65,6 @@ h1, h2, h3, h4, h5, h6 {
.h-md-250 { height: 250px; }
}
/*
* Blog name and description
*/
.blog-title {
margin-bottom: 0;
font-size: 2rem;
font-weight: 400;
}
.blog-description {
font-size: 1.1rem;
color: #999;
}
@media (min-width: 40em) {
.blog-title {
font-size: 3.5rem;
}
}
/* Pagination */
.blog-pagination {
margin-bottom: 4rem;