From 11fd1f8048a417561088422468f28a28280bc253 Mon Sep 17 00:00:00 2001 From: Tolstoevsky Date: Fri, 21 Feb 2020 09:33:54 +0300 Subject: [PATCH] small fixes --- css/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/base.css b/css/base.css index c1fe0f3..c566720 100644 --- a/css/base.css +++ b/css/base.css @@ -5,7 +5,7 @@ .textblock { background-color:#224; - border-radius:6px; + border-radius:2px; border: 1px solid #667; display:inline-block; width: auto; @@ -17,7 +17,7 @@ .imgblock { background-color:#334; - border-radius:6px; + border-radius:2px; border:1px solid #667; display:inline-block; width: 90%;