diff options
| author | XhmikosR <[email protected]> | 2019-08-28 18:29:15 +0300 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2019-08-28 17:29:15 +0200 |
| commit | 1d69e6ccfd40430852db3f29bf0122c02c0d71bd (patch) | |
| tree | 6ccb1c3c73c53e90d3b30e591b126ed30f4c8890 | |
| parent | 4ce8eab10c55fe7dfaddef33c7bf9596927bd418 (diff) | |
| download | bootstrap-1d69e6ccfd40430852db3f29bf0122c02c0d71bd.tar.xz bootstrap-1d69e6ccfd40430852db3f29bf0122c02c0d71bd.zip | |
blog example: remove unused CSS. (#29316)
| -rw-r--r-- | site/content/docs/4.3/examples/blog/blog.css | 19 |
1 files changed, 0 insertions, 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 f129611b5..85e9d054b 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; |
