Minor improvements to installation docs

This commit is contained in:
Jeremy Stretch
2020-04-09 14:43:22 -04:00
parent cfc09bfcc8
commit c593eca936
4 changed files with 15 additions and 4 deletions

View File

@@ -1,4 +1,11 @@
/* Custom table styling */
/* Images */
img {
display: block;
margin-left: auto;
margin-right: auto;
}
/* Tables */
table {
margin-bottom: 24px;
width: 100%;