Fix a style regression on /tutorial

This commit is contained in:
Chris Wilson 2020-12-05 16:05:53 -05:00
parent 1a62772825
commit 644ce713bd
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ html{
#tutorial-wrapper{
display: flex;
flex-direction: column;
max-width: 70rem;
margin-left: auto;
margin-right: auto;
background-color: rgba(0, 0, 0, 0.15);