From dcfee16ee7ccbb7abc691fe1f21e6debe606352c Mon Sep 17 00:00:00 2001 From: Tolstoevsky Date: Tue, 18 Feb 2020 13:51:34 +0300 Subject: [PATCH] style --- css/base.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/css/base.css b/css/base.css index 600c649..dd5c2b1 100644 --- a/css/base.css +++ b/css/base.css @@ -5,9 +5,8 @@ .textblock { background-color:#224; - border-radius:4px; - border-style:solid; - border-color: #667; + border-radius:6px; + border: 1px solid #667; display:inline-block; width: auto; color: #bbb; @@ -18,7 +17,7 @@ .imgblock { background-color:#334; - border-radius:4px; + border-radius:6px; border:1px solid #667; display:inline-block; width: 90%; @@ -68,7 +67,7 @@ h3 { h1, h2, h3 { color: #999; line-height: 120%; - margin: 30px 0 10px; + margin: 20px 0 10px; font-family: "exo2"; }