Custom footer support
This commit is contained in:
parent
953a6c3b91
commit
d43bf54609
4 changed files with 23 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue