Fix sizing of 2col format sections

This commit is contained in:
Justin Nguyen 2020-12-22 13:19:13 -08:00
parent a667d2d6db
commit 5682ad9c3b
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
}
&-2col-content {
flex: 300%;
flex: 100%;
margin-top: 0 !important;
}

File diff suppressed because one or more lines are too long