mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-15 01:25:28 +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),
|
||||
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-h6: $font-size-base;
|
||||
|
||||
$line-height: 1.65;
|
||||
$line-height: 1.5;
|
||||
$line-height-small: 1.1428571429;
|
||||
|
||||
$font-family-base: 'ff-tisa-sans-web-pro', 'Trebuchet MS', 'Helvetica Neue',
|
||||
|
@ -197,13 +197,13 @@ img {
|
||||
|
||||
figcaption {
|
||||
font-size: $font-size-small;
|
||||
color: $brand-grey;
|
||||
color: $brand-grey-light;
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
margin-top: ($spacer / 4);
|
||||
|
||||
.dark & {
|
||||
color: $brand-grey-light;
|
||||
color: $brand-grey;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -14,11 +14,14 @@
|
||||
padding-bottom: $spacer;
|
||||
}
|
||||
|
||||
.gatsby-resp-image-figure,
|
||||
.gatsby-resp-image-wrapper {
|
||||
:global(.gatsby-resp-image-figure) {
|
||||
margin-bottom: $spacer;
|
||||
}
|
||||
|
||||
img {
|
||||
border-radius: $border-radius;
|
||||
}
|
||||
|
||||
:global(.anchor) {
|
||||
margin-top: $spacer / 3;
|
||||
font-size: $font-size-large;
|
||||
|
@ -12,6 +12,11 @@
|
||||
:global(.gatsby-image-wrapper) {
|
||||
max-height: 100vh;
|
||||
}
|
||||
|
||||
@media (min-width: $screen-md) {
|
||||
padding-top: $spacer * 4;
|
||||
padding-bottom: $spacer * 4;
|
||||
}
|
||||
}
|
||||
|
||||
.archiveTitle {
|
||||
|
Loading…
Reference in New Issue
Block a user