1
0
Fork 0

Fix artists margins

This commit is contained in:
Dece 2017-11-04 19:32:47 +01:00
parent 52d5ca554b
commit 8a3c54ea0c

View file

@ -2,10 +2,14 @@
text-align: center;
}
#content h1 {
#content > h1 {
margin-bottom: 0;
}
#content > p {
margin-top: 0;
}
.artists {
width: 700px;
margin: auto;