From: Anthony Talarico Date: Mon, 22 Feb 2016 15:35:47 +0000 (-0500) Subject: reducing width of side links divs X-Git-Tag: v1.0.0^2~152 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3de7f423e2985ade5da8a295f5d5c9424f95aa10;p=WP-Themes%2FDiscoverKZOO.git reducing width of side links divs --- diff --git a/css/app.css b/css/app.css index fde9b8d..66ea56b 100644 --- a/css/app.css +++ b/css/app.css @@ -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%; } } diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index 1e589ec..863cae7 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -110,7 +110,8 @@ background: $purple; padding-top: 20px; margin-bottom: 30px; - width: 386px; +// width: 386px; + width: 360px; @media only screen and (max-width: 1165px) { width: 95%; } @@ -137,6 +138,7 @@ } img { margin-bottom: 30px; + width: 360px; @media only screen and (max-width: 1165px) { width: 95%; }