You can add captions now to header images and article images
This commit is contained in:
parent
afe5307a29
commit
8ef95125bd
12 changed files with 144 additions and 12 deletions
|
@ -107,16 +107,31 @@ img { border-radius: $global-radius;}
|
|||
figure {
|
||||
margin: 0 0 rem-calc(30) 0;
|
||||
}
|
||||
figcaption {
|
||||
#masthead-with-background-color figure,
|
||||
#masthead-with-pattern figure {
|
||||
margin: 0;
|
||||
}
|
||||
figcaption,
|
||||
.masthead-caption {
|
||||
color: $grey-10;
|
||||
font-family: $font-family-sans-serif;
|
||||
font-size: rem-calc(13);
|
||||
padding-top: rem-calc(2);
|
||||
}
|
||||
figcaption a {
|
||||
figcaption a,
|
||||
.masthead-caption a {
|
||||
border-bottom: 1px dotted $grey-4;
|
||||
color: $grey-10;
|
||||
}
|
||||
figcaption a:hover,
|
||||
.masthead-caption a:hover {
|
||||
border-bottom: 2px solid $primary-color;
|
||||
color: $primary-color;
|
||||
}
|
||||
.masthead-caption {
|
||||
padding-right: 10px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
/* Lists
|
||||
|
|
Reference in a new issue