Skip to content

Commit 6c4753e

Browse files
leolupianezfatso83
authored andcommittedAug 25, 2022
Fixed CSS selectors in _base.scss and changed blockquote default size to 16px.
1 parent 35fde18 commit 6c4753e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎docs/_sass/_base.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ a {
8080
margin-top: 15px !important;
8181
margin-bottom: 30px !important;
8282
}
83-
blockquote {
83+
.container > blockquote {
8484
border: none;
8585
font-size: 24px;
8686
text-align: center;
8787
margin-bottom: 5px;
8888
}
89-
em {
89+
blockquote + p em {
9090
a {
9191
font-size: 16px;
9292
font-style: normal;

‎docs/_sass/bootstrap/_variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ $headings-small-color: $gray-light !default;
847847
//** Blockquote small color
848848
$blockquote-small-color: $gray-light !default;
849849
//** Blockquote font size
850-
$blockquote-font-size: ($font-size-base * 1.25) !default;
850+
$blockquote-font-size: ($font-size-base * 1) !default;
851851
//** Blockquote border color
852852
$blockquote-border-color: $gray-lighter !default;
853853
//** Page header border color

0 commit comments

Comments
 (0)
Please sign in to comment.