Missing semicolon

This commit is contained in:
renthraysk 2020-05-05 14:29:48 +01:00
parent 39190c4d41
commit 33776b069b

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; }