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;} +}