[S] Drop shadow for footer and header

This commit is contained in:
Hykilpikonna
2019-12-23 09:52:53 -05:00
parent eeab24d38d
commit 1ab83f2b64
+6
View File
@@ -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>