Skip to content

Commit 3394e10

Browse files
committed
fix(css): a few last style tweaks
1 parent 6f844c3 commit 3394e10

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

_sass/minimal-mistakes/_base.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ blockquote.highlight-quote {
174174
}
175175

176176
p {
177-
font-size: 21px;
177+
font-size: 1.3rem;
178178
position: relative;
179-
margin-bottom: 10px;
179+
margin-bottom: 0.63rem;
180180

181181
&:before {
182182
@extend %quote-style;

_sass/minimal-mistakes/_notices.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
/* Quotes in notice blocks */
124124

125125
.notice blockquote {
126-
font-size: 1.5em;
126+
font-size: 1.5rem;
127127
margin: 7em 2em;
128128
max-width: 100%;
129129

@@ -152,7 +152,7 @@
152152
padding: 3em;
153153

154154
p, li {
155-
font-size: 1.1em !important;
155+
font-size: 1.1em!important;
156156
}
157157

158158
h2, h3 {

_sass/minimal-mistakes/_page.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ body {
600600

601601
@media screen and (max-width: 768px) {
602602
.page__content, .archive__item {
603-
font-size: 1em
603+
font-size: 1.1em
604604
}
605605

606606
.element-item {

_sass/minimal-mistakes/_reset.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ html {
1111
font-size: 1rem;
1212

1313
@include breakpoint($medium) {
14-
font-size: 1.0625rem; // 17px / 16px = 1.0625rem
14+
font-size: 1.2625rem; // 17px / 16px = 1.0625rem
1515
}
1616

1717
@include breakpoint($large) {

0 commit comments

Comments
 (0)