Skip to content

Commit

Permalink
Fixed CSS selectors in _base.scss and changed blockquote default size…
Browse files Browse the repository at this point in the history
… to 16px.
  • Loading branch information
leolupianez authored and fatso83 committed Aug 25, 2022
1 parent 35fde18 commit 6c4753e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/_sass/_base.scss
Expand Up @@ -80,13 +80,13 @@ a {
margin-top: 15px !important;
margin-bottom: 30px !important;
}
blockquote {
.container > blockquote {
border: none;
font-size: 24px;
text-align: center;
margin-bottom: 5px;
}
em {
blockquote + p em {
a {
font-size: 16px;
font-style: normal;
Expand Down
2 changes: 1 addition & 1 deletion docs/_sass/bootstrap/_variables.scss
Expand Up @@ -847,7 +847,7 @@ $headings-small-color: $gray-light !default;
//** Blockquote small color
$blockquote-small-color: $gray-light !default;
//** Blockquote font size
$blockquote-font-size: ($font-size-base * 1.25) !default;
$blockquote-font-size: ($font-size-base * 1) !default;
//** Blockquote border color
$blockquote-border-color: $gray-lighter !default;
//** Page header border color
Expand Down

0 comments on commit 6c4753e

Please sign in to comment.