From 45948c988863850a7e4a2c93a39cfc28cac4f837 Mon Sep 17 00:00:00 2001 From: Tuoris Date: Sun, 3 Apr 2016 18:21:06 +0300 Subject: [PATCH] improved images responsiveness --- style.css | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index c9c27eb..d51e027 100644 --- a/style.css +++ b/style.css @@ -47,13 +47,20 @@ body { box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3); } -.title { +h2 { + font-weight: normal; font-size: 25px; - padding: 20px 0 10px 0; + padding: 10px 0 10px 0; border-bottom: 1px solid #ccc; } -.title:first-child { - padding-top: 0; +h2:first-child { + margin-top: 0; +} + +.tech-wrap { + width: 100%; + font-size: 0px; + text-align: center; } .tech { @@ -77,6 +84,11 @@ a:hover { text-decoration: underline; } + +li { + line-height: 150%; +} + .footer { background: #555; -webkit-box-sizing: border-box; @@ -107,4 +119,9 @@ span { li { list-style-type: none; } + .tech { + margin: 5px 5px; + width: 70px; + height: 82px; + } } \ No newline at end of file