Merge pull request #118 from renthraysk/master

Missing semicolon
This commit is contained in:
Steve Seguin 2020-05-06 04:09:26 -04:00 committed by GitHub
commit db8c17a32f

View File

@ -79,7 +79,7 @@ a:active {
.vidcon {
max-width:100%;
max-height:100%
max-height:100%;
border:0;
}
.vidcon:nth-of-type(3n) { grid-column: 2; }