commit 96677d997670b08aa27e0c67c4afefcac86ee04c
parent 7d632b10f88c0f79d2c4186f165472429f48ca12
Author: Nixx <nixx@firemail.cc>
Date: Fri, 9 Oct 2020 12:30:06 +0100
Removed redundant CSS.
Diffstat:
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/includes/homepanel.php b/includes/homepanel.php
@@ -4,6 +4,7 @@
$message = "Nixx's Weird Blog-thing";
$submessages = array("Welcome to my Magical Realm.",
"Presently not Experiencing an Outage!",
+ "Banished to /dev/null.",
"The Internet is Serious Business.");
$motd = array_rand($submessages);
diff --git a/styles/default.css b/styles/default.css
@@ -480,12 +480,6 @@ input[type="submit" i] {
}
}
-@media (max-width: 1440px) and (max-height: 756px) {
- body {
- background-size: 1440px 756px;
- }
-}
-
@media (max-width: 900px) {
.aside > .asidehomeimage {
display: none;