From: XhmikosR Date: Wed, 28 Aug 2019 15:29:15 +0000 (+0300) Subject: blog example: remove unused CSS. (#29316) X-Git-Tag: v5.0.0-alpha1~808 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d69e6ccfd40430852db3f29bf0122c02c0d71bd;p=thirdparty%2Fbootstrap.git blog example: remove unused CSS. (#29316) --- diff --git a/site/content/docs/4.3/examples/blog/blog.css b/site/content/docs/4.3/examples/blog/blog.css index f129611b5c..85e9d054b7 100644 --- a/site/content/docs/4.3/examples/blog/blog.css +++ b/site/content/docs/4.3/examples/blog/blog.css @@ -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;