From b2d1b69fd6d9b1f0473ea70bc473df6f370891da Mon Sep 17 00:00:00 2001 From: yo momma Date: Thu, 29 Jan 2026 23:36:35 +0000 Subject: Refactor: extract inline CSS into static/css --- static/css/fullscreen_ryder.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 static/css/fullscreen_ryder.css (limited to 'static/css/fullscreen_ryder.css') diff --git a/static/css/fullscreen_ryder.css b/static/css/fullscreen_ryder.css new file mode 100644 index 0000000..38409f8 --- /dev/null +++ b/static/css/fullscreen_ryder.css @@ -0,0 +1,21 @@ +* { + margin: 0; + padding: 0; + font: 60px "Gotham Black", Arial, sans-serif; + color: #fff; +} + +#full img { + width: 100%; + height: 100%; +} + +.content { + width: 100%; + height: 100%; +} + +.content img { + width: 100%; + height: 100%; +} -- cgit v1.2.3-70-g09d2