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

@ -1322,6 +1322,15 @@ ul.pagination .page-item.active a {
color: #cbb4da; }
/* = = = = = = = = = = Animate Styles = = = = = = = = = = */
.center-list {
list-style-type: none;
margin: 0 auto;
text-align: center;
padding: 0; }
.center-list li {
margin: 0.5rem 1rem;
display: inline-block; }
/* = = = = = = = = = = Media = = = = = = = = = = */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {