style publications better

This commit is contained in:
Madison Scott-Clary
2019-07-10 11:02:59 -07:00
parent 3116310470
commit 3e23950eb2
5 changed files with 35 additions and 9 deletions

View File

@ -0,0 +1,11 @@
.center-list {
list-style-type: none;
margin: 0 auto;
text-align: center;
padding: 0;
li {
margin: 0.5rem 1rem;
display: inline-block;
}
}