Fix a style regression on /tutorial
This commit is contained in:
parent
1a62772825
commit
644ce713bd
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue