]> 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)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 26 Sep 2019 15:37:07 +0000 (18:37 +0300)
site/docs/4.3/examples/blog/blog.css

index b60d0d2e906de081649fd60745f5d51be72ad2c1..dbe4183d031e55fcc6aeb50b9034e2adb18e0893 100644 (file)
@@ -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;