Changelog
+
+ 1.4.2 Patch:
+ - Added fediring links
+ - Improved mobile support of the header section
+ - Added some more motd lines
+
1.4.1 Patch:
- Added "viewport" meta tag to fix responsiveness
@@ -219,8 +230,13 @@
diff --git a/script.js b/script.js
index 27f53d5..4b64f9d 100644
--- a/script.js
+++ b/script.js
@@ -15,6 +15,8 @@
"What is love?",
"Justice in Spades",
"Let's get Volatile",
+ "Yeah, RIP",
+ "What a shame."
];
var wallpapers = [
'1.gif', '3.gif', '4.gif',
diff --git a/style.css b/style.css
index 35f77b2..b94840a 100644
--- a/style.css
+++ b/style.css
@@ -60,12 +60,12 @@ header, main, footer {
}
header {
- height: 112px;
+ height: 160px;
overflow: hidden;
}
main {
- height: calc(100% - 160px);
+ height: calc(100% - 224px);
overflow-y: auto;
overflow-x: hidden;
margin: 16px 0;
@@ -73,7 +73,7 @@ main {
}
footer {
- height: 16px;
+ height: 32px;
overflow: hidden;
}
@@ -174,4 +174,8 @@ pre {
main {
height: 416px;
}
+
+ footer {
+ height: 16px;
+ }
}
\ No newline at end of file