Custom footer support

This commit is contained in:
Thomas Sileo
2022-08-24 21:18:30 +02:00
parent 953a6c3b91
commit d43bf54609
4 changed files with 23 additions and 5 deletions

View File

@@ -194,10 +194,13 @@ main {
margin: 30px auto;
}
footer {
width: 100%;
max-width: 1000px;
margin: 20px auto;
color: $muted-color;
width: 100%;
max-width: 1000px;
margin: 20px auto;
color: $muted-color;
p {
margin: 0;
}
}
.actor-box {
display: flex;