[S] Drop shadow for footer and header
This commit is contained in:
@@ -127,6 +127,9 @@
|
|||||||
// Alignment
|
// Alignment
|
||||||
margin-bottom: 10vh;
|
margin-bottom: 10vh;
|
||||||
|
|
||||||
|
// Shadow
|
||||||
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
||||||
|
|
||||||
#title-text
|
#title-text
|
||||||
{
|
{
|
||||||
font-size: 46px;
|
font-size: 46px;
|
||||||
@@ -141,5 +144,8 @@
|
|||||||
#footer
|
#footer
|
||||||
{
|
{
|
||||||
margin-top: 10vh;
|
margin-top: 10vh;
|
||||||
|
|
||||||
|
// Shadow
|
||||||
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user