From 931d3430184143ebd88e5243def6eb1d7acfdbf4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Apr 2021 16:41:07 +0200 Subject: Move to stylelint --- client/src/standalone/videos/embed.scss | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'client/src/standalone/videos/embed.scss') diff --git a/client/src/standalone/videos/embed.scss b/client/src/standalone/videos/embed.scss index cbe6bdd01..e32cce54e 100644 --- a/client/src/standalone/videos/embed.scss +++ b/client/src/standalone/videos/embed.scss @@ -21,7 +21,8 @@ video { } /* fill the entire space */ -html, body { +html, +body { height: 100%; margin: 0; background-color: #000; @@ -70,18 +71,18 @@ html, body { text-align: center; width: 100%; height: 100%; - color: white; + color: #fff; box-sizing: border-box; font-family: sans-serif; +} - #error-title { - font-size: 45px; - margin-bottom: 5px; - } +#error-title { + font-size: 45px; + margin-bottom: 5px; +} - #error-content { - font-size: 24px; - } +#error-content { + font-size: 24px; } #placeholder-preview { @@ -97,10 +98,10 @@ html, body { @media screen and (max-width: 300px) { #error-block { font-size: 36px; + } - #error-content { - font-size: 14px; - } + #error-content { + font-size: 14px; } } -- cgit v1.2.3