From 6f147b88453c3082cee9c52a36a031c78156b701 Mon Sep 17 00:00:00 2001 From: Ivan Blinkov Date: Tue, 10 Oct 2017 15:50:50 +0300 Subject: [PATCH] smaller font --- website/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/index.css b/website/index.css index 3f72e172b83..47afa8bfd01 100644 --- a/website/index.css +++ b/website/index.css @@ -219,7 +219,7 @@ a:hover, a:active { #announcement-link { color: #000; text-decoration: underline; - font: 400 200%/133% 'Yandex Sans Display Web',Arial,sans-serif; + font: 400 150%/133% 'Yandex Sans Display Web',Arial,sans-serif; margin: 1em 0; } #announcement-link:hover {