Didn't need flex in the video section

This commit is contained in:
Robert McGovern 2020-10-11 15:59:47 +01:00
parent c7e8ffa143
commit 208adfe5d0
1 changed files with 1 additions and 4 deletions

View File

@ -145,10 +145,7 @@ body {
/* How To Section */ /* How To Section */
#videos { #videos {
padding: 1em; padding: 1em;
display: flex; text-align: center;
flex-direction: column;
justify-content: center;
align-items: center;
} }
.video + .video { .video + .video {