mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2024-12-21 14:18:20 -05:00
Remove font size from blockquote styles
This commit is contained in:
parent
05906ade7f
commit
02deb4d2cb
@ -347,19 +347,13 @@ figcaption {
|
||||
|
||||
blockquote {
|
||||
font-family: serif;
|
||||
font-size: 18px;
|
||||
font-size: 1.125rem;
|
||||
font-style: italic;
|
||||
line-height: 1.4444;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 48em) {
|
||||
blockquote {
|
||||
padding-left: 20px;
|
||||
margin-left: -28px;
|
||||
font-size: 24px;
|
||||
font-size: 1.5rem;
|
||||
line-height: 1.0833;
|
||||
border-left: 8px solid #bbbbbb;
|
||||
}
|
||||
}
|
||||
|
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -67,12 +67,10 @@ figcaption {
|
||||
blockquote {
|
||||
font-family: @alt-font;
|
||||
font-style: italic;
|
||||
.font(18);
|
||||
@media @medium {
|
||||
margin-left: -28px;
|
||||
padding-left: 20px;
|
||||
border-left: 8px solid @border-color;
|
||||
.font(24);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user