From 19c7112787e17291c716012209245b24c7902810 Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Wed, 26 Jun 2019 17:46:49 -0400 Subject: [PATCH] css --- punch_list/css/custom.css | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/punch_list/css/custom.css b/punch_list/css/custom.css index 1651f3d..43d3f1c 100644 --- a/punch_list/css/custom.css +++ b/punch_list/css/custom.css @@ -312,14 +312,15 @@ textarea { display: block; margin-top: 100px; margin-left: auto; - width: 25%; + width: 30%; height: 99%; background-color: #000; overflow: hidden; float: left; border-right: 3px solid #000; } - .column-right { display: block; width: 25%; overflow: hidden; float: left;} + .column-right { display: block; width: 10%; overflow: hidden; float: left;} + .column-middle { display: block; width: 55%; overflow: hidden; float: left;} /* Navbar */ .clock-wrapper { display: block; @@ -372,3 +373,17 @@ textarea { .has-docked-nav .navbar > .container { width: 80%; } } +@media (min-width: 1500px) { + .column-left { + display: block; + margin-top: 100px; + margin-left: auto; + width: 25%; + height: 99%; + background-color: #000; + overflow: hidden; + float: left; + border-right: 3px solid #000; + } + .column-right { display: block; width: 25%; overflow: hidden; float: left;} +}