From 6dfd856221e098be13f6031014d4fdb970302ca8 Mon Sep 17 00:00:00 2001 From: Ojong Enow Date: Dec 13 2021 05:45:05 +0000 Subject: make flocktofedora.org mobile responsive --- diff --git a/flocktofedora.org/data/content/index.html b/flocktofedora.org/data/content/index.html index eca0bb4..e399582 100644 --- a/flocktofedora.org/data/content/index.html +++ b/flocktofedora.org/data/content/index.html @@ -73,34 +73,35 @@

Event Dates

Nest will begin the morning of Thursday, August 5. Sessions will continue each day until Saturday, August 7.

- - - - - - - - - - - - - - - - - - - - - - - - - - -
MonTueWedThuFriSatSun
Nest
Aug 2Aug 3Aug 4Aug 5Aug 6Aug 7Aug 8
- +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
MonTueWedThuFriSatSun
Nest
Aug 2Aug 3Aug 4Aug 5Aug 6Aug 7Aug 8
+
-
+
diff --git a/flocktofedora.org/static/css/flock.css b/flocktofedora.org/static/css/flock.css index 2bcc847..7fa01e1 100644 --- a/flocktofedora.org/static/css/flock.css +++ b/flocktofedora.org/static/css/flock.css @@ -72,6 +72,22 @@ body { margin-top: 4em; margin-bottom: 0px; } + +@media only screen and (max-width: 600px) { + .container { + padding: 3em 3em; + } + + #welcome h1 { + font-size: 40px; + margin-top: 10px; + margin-bottom: 10px; + } + + #welcome h2 { + font-size: 30px; + } +} .flock-navbar { font-family: "Montserrat"; @@ -96,7 +112,7 @@ body { .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active { - background-color: #eee; */ + background-color: #eee; color: #1a3c6d; } @@ -222,3 +238,8 @@ table.calendar { margin-left: auto; margin-right: auto; } + +#sponsors img { + height: auto; + width: 50%; +} \ No newline at end of file