From 2cc10f3e73310740afc2b783768bee00acf71f3f Mon Sep 17 00:00:00 2001 From: gkpty Date: Sun, 26 May 2019 19:42:17 -0500 Subject: [PATCH 1/6] added align left in mobile --- index.css | 6 ++++++ index.html | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index bada294..5739280 100644 --- a/index.css +++ b/index.css @@ -116,4 +116,10 @@ section ul li strong { .tech-icon { max-width: 140px; max-height: 100px +} +@media(max-width: 600px) { + .container { + padding-left: 8%; + padding-right: 8%; + } } \ No newline at end of file diff --git a/index.html b/index.html index c2354c1..3065258 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ - +