From 0c0d9ec70d3c74934ec9fc5fbbc2312a383a204f Mon Sep 17 00:00:00 2001 From: mathias Date: Wed, 10 Aug 2016 18:41:19 +0300 Subject: [PATCH] Fixed error --- _includes/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/index.css b/_includes/index.css index 6329fff..e0b9aca 100644 --- a/_includes/index.css +++ b/_includes/index.css @@ -338,7 +338,7 @@ button:hover, button:focus, #downloads a:hover, #downloads a:focus { @media (min-width: 1700px) { html { font-size: 110%; } #aboutcontainer, #downloadscontainer { padding: 2.000em 15% 2.000em 15%; } - #newscontainer { padding-right: padding: 2.000em 18% 2.000em 18%; } + #newscontainer { padding: 2.000em 18% 2.000em 18%; } #feedbackcontainer { padding: 2.000em 30% 2.000em 30%; } } @media (min-width: 1800px) {