style the see-also list

This commit is contained in:
Ray Elliott 2020-02-18 17:44:07 +00:00
parent 957a83b3cb
commit 9908b8d2ed
1 changed files with 6 additions and 1 deletions

View File

@ -23,7 +23,12 @@
.see-also {
margin: 3.2rem 0;
h3 {
margin: 3.2rem 0;
margin: 3.2rem 0 1.6rem;
}
.see-also-list {
list-style: none;
padding-left: 0;
text-align: center;
}
}
}