mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-27 04:14:00 +00:00
blog example: remove unused CSS. (#29316)
This commit is contained in:
parent
4ce8eab10c
commit
1d69e6ccfd
1 changed files with 0 additions and 19 deletions
|
|
@ -65,25 +65,6 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
.h-md-250 { height: 250px; }
|
.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 */
|
/* Pagination */
|
||||||
.blog-pagination {
|
.blog-pagination {
|
||||||
margin-bottom: 4rem;
|
margin-bottom: 4rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue