From 33776b069b18ef19aaa0d807fd2ad9207bb30b8a Mon Sep 17 00:00:00 2001 From: renthraysk Date: Tue, 5 May 2020 14:29:48 +0100 Subject: [PATCH] Missing semicolon --- main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.css b/main.css index d439cc4..47ae4a1 100644 --- a/main.css +++ b/main.css @@ -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; }