Give slogan a bit more space below, and enough margin to always show boxshadow
'cause we like our subtle boxshadow.
This commit is contained in:
parent
eb6dafaac4
commit
26477c4272
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@
|
||||||
|
|
||||||
.slogan {
|
.slogan {
|
||||||
box-shadow: 0 2px 0 0 whitesmoke;
|
box-shadow: 0 2px 0 0 whitesmoke;
|
||||||
|
margin-bottom: 2px; /* Needed to see the boxshadow when we have the featured image directly below. */
|
||||||
|
padding-bottom: 4px; /* Give just a little extra space at the bottom for the *appearance* of balance. */
|
||||||
.title {
|
.title {
|
||||||
color: $green-gray;
|
color: $green-gray;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
|
|
Loading…
Add table
Reference in a new issue