Add dashed border to footer
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Yarmo Mackenbach 2020-06-15 23:32:27 +02:00
parent f1506013c9
commit 61fdc2cbaf

View File

@ -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;
}