Layout: simplify CSS layout on most pages

This commit is contained in:
James Taylor
2019-08-24 11:35:58 -07:00
parent d9517a3322
commit 400d17e613
8 changed files with 120 additions and 211 deletions

View File

@@ -267,7 +267,10 @@ body{
.page-button-row{
margin-top: 10px;
margin-bottom: 10px;
justify-self:center;
justify-content: center;
display: grid;
grid-auto-columns: 40px;
grid-auto-flow: column;