From e93b2d432b9aff829978625613d7d6d52f7aa33c Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 19 Apr 2018 12:23:14 +0200 Subject: Remove broken random project --- random-projects/season3-countdown/style.scss | 70 ---------------------------- 1 file changed, 70 deletions(-) delete mode 100644 random-projects/season3-countdown/style.scss (limited to 'random-projects/season3-countdown/style.scss') diff --git a/random-projects/season3-countdown/style.scss b/random-projects/season3-countdown/style.scss deleted file mode 100644 index d0b445f..0000000 --- a/random-projects/season3-countdown/style.scss +++ /dev/null @@ -1,70 +0,0 @@ -.random-project__project__season3-countdown { - #youtube-background { - position: absolute; - top: 0; - left: 0; - width: 100vw; - height: 100vh; - - pointer-events: none; - - z-index: -1; - } - - .container { - color: white; - display: flex; - width: 100vw; - height: 100vh; - justify-content: center; - align-items: center; - flex-direction: column; - font-size: 1em; - } - - .text { - font-size: 4em; - text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000; - } - - .countdown { - text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000; - font-size: 4em; - - span { - font-size: 3em; - } - } -} - -@media screen and (max-width: 1600px) { - .random-project__project__season3-countdown { - .container { - font-size: 0.5em; - } - } -} - -@media screen and (max-width: 1024px) { - .random-project__project__season3-countdown { - .container { - font-size: 0.4em; - } - } -} - -@media screen and (max-width: 700px) { - .random-project__project__season3-countdown { - .container { - font-size: 0.3em; - } - } -} - -@media screen and (max-width: 500px) { - .random-project__project__season3-countdown { - .container { - font-size: 0.2em; - } - } -} -- cgit v1.1