Commit 1fdf4508 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Use same font for project description and star links

parent 83982e93
......@@ -49,16 +49,20 @@
@extend .clearfix;
margin-bottom: 15px;
.project-home-desc,
.star-fork-buttons {
font-size: 16px;
line-height: 1.3;
}
.project-home-desc {
float: left;
color: #666;
font-size: 16px;
}
.star-fork-buttons {
float: right;
min-width: 200px;
font-size: 14px;
font-weight: bold;
.star-buttons, .fork-buttons {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment