From 93552152be180766fda08b1bd7ccefc4d26065ff Mon Sep 17 00:00:00 2001 From: Lieuwe Rooijakkers Date: Sun, 19 Jan 2025 22:21:32 +0100 Subject: client advancements --- client/src/routes/app/app.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 client/src/routes/app/app.css (limited to 'client/src/routes/app/app.css') diff --git a/client/src/routes/app/app.css b/client/src/routes/app/app.css new file mode 100644 index 0000000..bccae8f --- /dev/null +++ b/client/src/routes/app/app.css @@ -0,0 +1,9 @@ +.app { + display: flex; + + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; +} -- cgit v1.2.3-70-g09d2