Add dashed border to footer
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f1506013c9
commit
61fdc2cbaf
@ -68,6 +68,11 @@ header {
|
||||
padding: 0 0 24px;
|
||||
border-bottom: 3px dashed rgba(0,0,0,0.5);
|
||||
}
|
||||
footer {
|
||||
margin: 64px 0 0;
|
||||
text-align: center;
|
||||
border-top: 3px dashed rgba(0,0,0,0.5);
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
max-width: 800px;
|
||||
@ -310,8 +315,3 @@ table.music th:nth-child(3) {
|
||||
.list__item p {
|
||||
margin: 0 0 8px;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin: 64px 0 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user