mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-13 01:08:58 +01:00
8ac1bdee8f
* Build(deps-dev): Bump stylelint and stylelint-config-twbs-bootstrap Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap). These dependencies needed to be updated together. Updates `stylelint` from 15.11.0 to 16.0.2 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/15.11.0...16.0.2) Updates `stylelint-config-twbs-bootstrap` from 12.0.0 to 13.0.0 - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v12.0.0...v13.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-major - dependency-name: stylelint-config-twbs-bootstrap dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update _utilities.test.scss * Update blog.css * Update blog.rtl.css --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
40 lines
740 B
CSS
40 lines
740 B
CSS
/* stylelint-disable @stylistic/selector-list-comma-newline-after */
|
|
|
|
.blog-header-logo {
|
|
font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
|
|
font-size: 2.25rem;
|
|
}
|
|
|
|
.blog-header-logo:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
|
|
}
|
|
|
|
.flex-auto {
|
|
flex: 0 0 auto;
|
|
}
|
|
|
|
.h-250 { height: 250px; }
|
|
@media (min-width: 768px) {
|
|
.h-md-250 { height: 250px; }
|
|
}
|
|
|
|
/* Pagination */
|
|
.blog-pagination {
|
|
margin-bottom: 4rem;
|
|
}
|
|
|
|
/*
|
|
* Blog posts
|
|
*/
|
|
.blog-post {
|
|
margin-bottom: 4rem;
|
|
}
|
|
.blog-post-meta {
|
|
margin-bottom: 1.25rem;
|
|
color: #727272;
|
|
}
|