From: XhmikosR Date: Wed, 28 Aug 2019 15:29:15 +0000 (+0300) Subject: blog example: remove unused CSS. (#29316) X-Git-Tag: v4.4.0~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d5739320eba3855d24ea03000424f374593d76d;p=thirdparty%2Fbootstrap.git blog example: remove unused CSS. (#29316) --- diff --git a/site/docs/4.3/examples/blog/blog.css b/site/docs/4.3/examples/blog/blog.css index b60d0d2e90..dbe4183d03 100644 --- a/site/docs/4.3/examples/blog/blog.css +++ b/site/docs/4.3/examples/blog/blog.css @@ -68,25 +68,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;