fix: add footer drop shadow

This commit is contained in:
2022-08-07 20:16:24 -04:00
parent 51906231ef
commit f32e36ea75
2 changed files with 2 additions and 1 deletions

View File

@@ -65,5 +65,6 @@ main {
footer {
transition: background 0.2s ease;
box-shadow: 0 -0.05rem 0.75rem 0 lightgray;
}
</style>