]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
blog example: remove unused CSS. (#29316)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 28 Aug 2019 15:29:15 +0000 (18:29 +0300)
committerMartijn Cuppens <martijn.cuppens@gmail.com>
Wed, 28 Aug 2019 15:29:15 +0000 (17:29 +0200)
site/content/docs/4.3/examples/blog/blog.css

index f129611b5cb5f9dd902f79de24fa3ceaa819bac6..85e9d054b7fb36014e4cdd7914155211e5ed23a5 100644 (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;