reducing width of side links divs
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 22 Feb 2016 15:35:47 +0000 (10:35 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 22 Feb 2016 15:35:47 +0000 (10:35 -0500)
css/app.css
scss/_sidebar.scss

index fde9b8d..66ea56b 100644 (file)
@@ -7309,7 +7309,7 @@ article {
   background: #2c296d;
   padding-top: 20px;
   margin-bottom: 30px;
-  width: 386px; }
+  width: 360px; }
   @media only screen and (max-width: 1165px) {
     #side-links #menu-side {
       width: 95%; } }
@@ -7327,7 +7327,8 @@ article {
       #side-links #menu-side ul.sidebar li a:hover {
         color: #57b649; }
 #side-links img {
-  margin-bottom: 30px; }
+  margin-bottom: 30px;
+  width: 360px; }
   @media only screen and (max-width: 1165px) {
     #side-links img {
       width: 95%; } }
index 1e589ec..863cae7 100644 (file)
         background: $purple;
         padding-top: 20px;
         margin-bottom: 30px;
-        width: 386px;
+//        width: 386px;
+        width: 360px;
         @media only screen and (max-width: 1165px) {
             width: 95%;
         }
     }
     img {
         margin-bottom: 30px;
+        width: 360px;
         @media only screen and (max-width: 1165px) {
             width: 95%;
         }