mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-15 09:35:21 +01:00
spacing tweaks
This commit is contained in:
parent
6723265523
commit
99a4792c68
@ -186,4 +186,8 @@
|
|||||||
box-shadow: 0 3px 5px rgba(darken($brand-main, 20%), 0.25),
|
box-shadow: 0 3px 5px rgba(darken($brand-main, 20%), 0.25),
|
||||||
0 5px 16px rgba(darken($brand-main, 20%), 0.25);
|
0 5px 16px rgba(darken($brand-main, 20%), 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
border-radius: $border-radius;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -53,7 +53,7 @@ $font-size-h4: 1.2rem;
|
|||||||
$font-size-h5: $font-size-large;
|
$font-size-h5: $font-size-large;
|
||||||
$font-size-h6: $font-size-base;
|
$font-size-h6: $font-size-base;
|
||||||
|
|
||||||
$line-height: 1.65;
|
$line-height: 1.5;
|
||||||
$line-height-small: 1.1428571429;
|
$line-height-small: 1.1428571429;
|
||||||
|
|
||||||
$font-family-base: 'ff-tisa-sans-web-pro', 'Trebuchet MS', 'Helvetica Neue',
|
$font-family-base: 'ff-tisa-sans-web-pro', 'Trebuchet MS', 'Helvetica Neue',
|
||||||
|
@ -197,13 +197,13 @@ img {
|
|||||||
|
|
||||||
figcaption {
|
figcaption {
|
||||||
font-size: $font-size-small;
|
font-size: $font-size-small;
|
||||||
color: $brand-grey;
|
color: $brand-grey-light;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: ($spacer / 4);
|
margin-top: ($spacer / 4);
|
||||||
|
|
||||||
.dark & {
|
.dark & {
|
||||||
color: $brand-grey-light;
|
color: $brand-grey;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,11 +14,14 @@
|
|||||||
padding-bottom: $spacer;
|
padding-bottom: $spacer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gatsby-resp-image-figure,
|
:global(.gatsby-resp-image-figure) {
|
||||||
.gatsby-resp-image-wrapper {
|
|
||||||
margin-bottom: $spacer;
|
margin-bottom: $spacer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
border-radius: $border-radius;
|
||||||
|
}
|
||||||
|
|
||||||
:global(.anchor) {
|
:global(.anchor) {
|
||||||
margin-top: $spacer / 3;
|
margin-top: $spacer / 3;
|
||||||
font-size: $font-size-large;
|
font-size: $font-size-large;
|
||||||
|
@ -12,6 +12,11 @@
|
|||||||
:global(.gatsby-image-wrapper) {
|
:global(.gatsby-image-wrapper) {
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: $screen-md) {
|
||||||
|
padding-top: $spacer * 4;
|
||||||
|
padding-bottom: $spacer * 4;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.archiveTitle {
|
.archiveTitle {
|
||||||
|
Loading…
Reference in New Issue
Block a user