Website front page tuning

This commit is contained in:
Ivan Blinkov 2018-09-27 17:07:51 +03:00
parent a77b83a8be
commit 9c74c7ef83
2 changed files with 5 additions and 5 deletions

View File

@ -215,15 +215,15 @@ a:hover, a:active {
#announcement { #announcement {
margin: 0 0 60px 0; margin: 0 0 60px 0;
padding: 20px 0; padding: 20px 0;
font: 400 150%/133% 'Yandex Sans Display Web',Arial,sans-serif; font: 400 140%/133% 'Yandex Sans Display Web',Arial,sans-serif;
} }
.announcement-link { .announcement-link {
color: #000; color: #000!important;
text-decoration: underline; text-decoration: underline!important;
margin: 1em 0; margin: 1em 0;
} }
.announcement-link:hover { .announcement-link:hover {
color: #000; color: #000!important;
} }
#call_to_action, #benchmark_learn_more { #call_to_action, #benchmark_learn_more {

View File

@ -92,7 +92,7 @@
</div> </div>
<div id="announcement" class="colored-block"> <div id="announcement" class="colored-block">
<div class="page"> <div class="page">
ClickHouse Community Meetup in <a class="announcement-link" href="http://bit.ly/clickhouse-paris-2-october-2018" rel="external nofollow" target="_blank">Paris on October 2</a> Upcoming meetups: <a class="announcement-link" href="http://bit.ly/clickhouse-paris-2-october-2018" rel="external nofollow" target="_blank">Paris on October 2</a>
and <a class="announcement-link" href="http://www.clickhouse.com.cn/topic/5ba0e3f99d28dfde2ddc62a1" rel="external nofollow" target="_blank">Beijing on October 28</a> and <a class="announcement-link" href="http://www.clickhouse.com.cn/topic/5ba0e3f99d28dfde2ddc62a1" rel="external nofollow" target="_blank">Beijing on October 28</a>
</div> </div>
</div> </div>