From 59ee34f611f094abaf198a06a9c8bc49b8d68eb1 Mon Sep 17 00:00:00 2001 From: "eoghan.conlon" Date: Tue, 8 Aug 2023 16:38:58 +0100 Subject: [PATCH] Simplifying CSS to make it more uniform between the options --- src/index.html | 4 ++-- src/stylesheets/index.css | 10 ++-------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/src/index.html b/src/index.html index 639fbf1..b7c704b 100644 --- a/src/index.html +++ b/src/index.html @@ -11,11 +11,11 @@ Picture of Sharky, the mascot of skynet

Skynet Password Reset & Sign-up service

-
+

Password Reset

Please use this service if you ever forget your skynet password

-
+

User modification

Please use this service to modify your user data (email, login ssh key, etc.) diff --git a/src/stylesheets/index.css b/src/stylesheets/index.css index 3f3b8b8..c6e3a2a 100644 --- a/src/stylesheets/index.css +++ b/src/stylesheets/index.css @@ -14,15 +14,9 @@ body{ float: left; } -#password { - background-color: white; -} - -#modify { - background-color: white; -} - .boxes { + display: -moz-flex; + background-color: white; margin-left: 20%; margin-right: 20%; } \ No newline at end of file