From 1d69e6ccfd40430852db3f29bf0122c02c0d71bd Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 28 Aug 2019 18:29:15 +0300 Subject: [PATCH] blog example: remove unused CSS. (#29316) --- site/content/docs/4.3/examples/blog/blog.css | 19 ------------------- 1 file changed, 19 deletions(-) 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;