From 529d4b1c3cca934cdb394fb9bdda58c0e0c199ea Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 1 Jan 2019 21:48:16 -0500 Subject: [PATCH] mobile-ready now --- _sass/_default.scss | 25 ++++++++++++++++++++----- index.html | 29 ++++++++--------------------- 2 files changed, 28 insertions(+), 26 deletions(-) diff --git a/_sass/_default.scss b/_sass/_default.scss index 1a07186..03eda3f 100644 --- a/_sass/_default.scss +++ b/_sass/_default.scss @@ -100,22 +100,24 @@ img { display: block; max-width: 100%; } -.flex-cards { +.flex-wrapper { display: flex; justify-content: center; background-color: #333333; - } -.flex-container > div { +.flex-cards { width: 100%; - margin: 10px; + display: flex; + flex-wrap: wrap; + background-color: #333; + justify-content: center; } .card { box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3); margin: 5px; transition: 0.3s; border-radius: 5px; - width: 30%; + width: 28.3%; background: #4f4f4fff; padding: 15px; font-size: 15px; @@ -435,4 +437,17 @@ strong { .post-title__subtitle { font-size: 18px; } + .card { + width: 40%; + } +} +@media (max-width: 620px) { + .card { + width: 80%; + } +} +@media (max-width: 400px) { + .card { + width: 100%; + } } diff --git a/index.html b/index.html index a2c8d38..ef457bb 100644 --- a/index.html +++ b/index.html @@ -9,47 +9,34 @@ priority: 0.9

I host a variety of services that are available for anyone to use free of charge. Below is a list with descriptions of each.

-
-
-
+
+
+

NixNet Chat

NixNet Chat is built on Rocket.Chat, an enterprise-grade real time chat application. Use this for communicating with other users and getting support for NixNet services.

-
-
-
+

Mumble

Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming. It's also great for private calls between yourself and others.

-
-
-
+

Gitea

Gitea is a simple, easy-to-use and yet full-featured, self-hosted code hosting solution. Users can host 2 GB of code by default and more upon request (I don't have much storage 😢).

-
-
- -
-
-
+

CodiMD

CodiMD is an application that allows users to collaborate in real time on markdown documents and presentations. Perfect for quick and easy slideshows and documentation.

-
-
-
+

PrivateBin

PrivateBin is a minimalist and open source pastebin that has zero knowledge of pasted data. Everything is encrypted and decrypted in-browser using 256bit AES in Galois Counter mode.

-
-
-
+

SearX

SearX is a meta search engine that aggregates results from more than 70 different search engines. Users are neither tracked nor profiled. SearX can also be used over Tor for increased anonymity.