mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-10-31 18:36:31 +00:00
Merge pull request #197 from PaulAdamDavis/copyright-footer
Fix copyright footer bug
This commit is contained in:
commit
ab2a8261d7
@ -1337,7 +1337,6 @@ body:not(.post-template) .post-title {
|
|||||||
-ms-flex-align: stretch;
|
-ms-flex-align: stretch;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
margin-top: 10rem;
|
margin-top: 10rem;
|
||||||
margin-bottom: calc(-8rem - 37px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.read-next-story {
|
.read-next-story {
|
||||||
@ -1437,6 +1436,14 @@ body:not(.post-template) .post-title {
|
|||||||
border-left: rgba(0,0,100,0.04) 1px solid;
|
border-left: rgba(0,0,100,0.04) 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Correctly position site-footer when next to the .read-next container */
|
||||||
|
.read-next + .site-footer {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
8. Third Party Elements - Embeds from other services
|
8. Third Party Elements - Embeds from other services
|
||||||
|
Loading…
Reference in New Issue
Block a user