diff --git a/about.html b/about.html
index cd5f381..eaf2f08 100644
--- a/about.html
+++ b/about.html
@@ -13,6 +13,7 @@
Inferencium - About
+
diff --git a/blog.html b/blog.html
index 7d2686b..7f02b2a 100644
--- a/blog.html
+++ b/blog.html
@@ -13,6 +13,7 @@
Inferencium - Blog
+
diff --git a/blog/foss_is_working_against_itself.html b/blog/foss_is_working_against_itself.html
index 6835e43..e0fe01d 100644
--- a/blog/foss_is_working_against_itself.html
+++ b/blog/foss_is_working_against_itself.html
@@ -13,6 +13,7 @@
Inferencium - Blog - FOSS is Working Against Itself
+
diff --git a/blog/systemd_insecurity.html b/blog/systemd_insecurity.html
index a67ca37..ca8aa77 100644
--- a/blog/systemd_insecurity.html
+++ b/blog/systemd_insecurity.html
@@ -13,6 +13,7 @@
Inferencium - Blog - systemd Insecurity
+
diff --git a/blog/the_chromium_monopoly.html b/blog/the_chromium_monopoly.html
index 14a2d80..e59f99a 100644
--- a/blog/the_chromium_monopoly.html
+++ b/blog/the_chromium_monopoly.html
@@ -13,6 +13,7 @@
Inferencium - Blog - The Chromium Monopoly
+
diff --git a/blog/untrusted_the_issue_with_decentralisation.html b/blog/untrusted_the_issue_with_decentralisation.html
index 23cc09a..e655b4c 100644
--- a/blog/untrusted_the_issue_with_decentralisation.html
+++ b/blog/untrusted_the_issue_with_decentralisation.html
@@ -13,6 +13,7 @@
Inferencium - Blog - Untrusted: The Issue with Decentralisation
+
diff --git a/contact.html b/contact.html
index fe4e3cb..ee0fe06 100644
--- a/contact.html
+++ b/contact.html
@@ -13,6 +13,7 @@
Inferencium - Contact
+
diff --git a/contact/briar.html b/contact/briar.html
index 2125acb..edbd7c1 100644
--- a/contact/briar.html
+++ b/contact/briar.html
@@ -13,6 +13,7 @@
Inferencium - Contact - Briar
+
diff --git a/contact/session.html b/contact/session.html
index 8f7eeda..c42973f 100644
--- a/contact/session.html
+++ b/contact/session.html
@@ -13,6 +13,7 @@
Inferencium - Contact - Session
+
diff --git a/contact/signal.html b/contact/signal.html
index 1dd2e2c..523f565 100644
--- a/contact/signal.html
+++ b/contact/signal.html
@@ -13,6 +13,7 @@
Inferencium - Contact - Signal
+
diff --git a/contact/xmpp.html b/contact/xmpp.html
index 5839bd6..6aab137 100644
--- a/contact/xmpp.html
+++ b/contact/xmpp.html
@@ -13,6 +13,7 @@
Inferencium - Contact - XMPP
+
diff --git a/index.html b/index.html
index 88b9708..1a2254c 100644
--- a/index.html
+++ b/index.html
@@ -13,6 +13,7 @@
Inferencium
+
diff --git a/inf.css b/inf.css
index 7a43c0c..697bd9c 100644
--- a/inf.css
+++ b/inf.css
@@ -45,8 +45,8 @@ h6 {
body {
padding-top: 40px;
- margin-left: 400px;
- margin-right: 150px;
+ margin-left: min(400px, 45vw);
+ margin-right: min(150px, 12vw);
font-family: Roboto, sans-serif;
font-size: 20px;
background-color: #262626;
@@ -135,3 +135,27 @@ table, th, td {
.logo-small {
transform: translate(0px, 13px);
}
+
+@media (max-width: 600px) {
+ .sidebar {
+ width: 100vw;
+ height: auto;
+ font-size: 0px;
+ padding-top: 5px;
+ }
+ .sidebar div {
+ font-size: min(max(7vw, 20px), 30px);
+ display: inline-block;
+ }
+ .sidebar img, .sidebar .title {
+ display: none;
+ }
+ body {
+ margin: 15px;
+ }
+}
+@media (max-width: 300px) {
+ body {
+ padding-top: 80px;
+ }
+}
diff --git a/source.html b/source.html
index af173a8..d5d0cda 100644
--- a/source.html
+++ b/source.html
@@ -13,6 +13,7 @@
Inferencium - Source
+