From 4e3ea112b94fdd8cec7963128fca1591387e9bea Mon Sep 17 00:00:00 2001 From: asif Date: Fri, 16 Nov 2018 18:40:00 +0530 Subject: [PATCH] CSS changes --- assets/css/index.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/assets/css/index.css b/assets/css/index.css index 62d1c58..15dfbc0 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -853,14 +853,12 @@ a:hover{ background-color:#d8564a } .container{ - /* width:1170px; */ - width:71%; + width:1170px; margin:0 auto } @media only screen and (min-width:320px) and (max-width:735px){ .container{ - /* width:100% */ - width:71% + width:100% } } .heart__inner{