updated deps, removed imagemin, fixed some issues

This commit is contained in:
Adam Piontek 2021-07-07 15:40:18 -04:00
parent 85bb55c10d
commit 2eea21ff01
10 changed files with 619 additions and 7467 deletions

View file

@ -1,7 +1,7 @@
/* Bootstrap custom variable overrides */
// Typography
$font-size-base: 1.125rem;
$font-size-base: 1.1rem;
$font-family-serif: "Source Serif Pro", "Iowan Old Style", "Apple Garamond",
Baskerville, "Times New Roman", "Droid Serif", Times, serif,

View file

@ -16,7 +16,7 @@
.icon.baseline svg,
.icon img {
top: 0.125em;
top: 0.17em;
position: relative;
}

View file

@ -112,17 +112,23 @@ a {
}
blockquote {
p {
margin-bottom: 0 !important;
}
&.wp-block-quote {
@extend .blockquote;
@extend .border-start;
@extend .border-gray;
@extend .border-5;
@extend .ms-0;
@extend .my-4;
@extend .ps-3;
p {
@extend .blockquote;
margin-bottom: -0.25rem !important;
// font-size: 1.25rem !important;
}
cite {
@extend .blockquote-footer;
@extend .text-gray-300;
font-size: 0.75em;
margin-top: -1rem;
margin-bottom: 0 !important;
@extend .mb-0;
font-size: 0.85em;
font-style: normal;
}
}