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 @@ ...@@ -49,16 +49,20 @@
@extend .clearfix; @extend .clearfix;
margin-bottom: 15px; margin-bottom: 15px;
.project-home-desc,
.star-fork-buttons {
font-size: 16px;
line-height: 1.3;
}
.project-home-desc { .project-home-desc {
float: left; float: left;
color: #666; color: #666;
font-size: 16px;
} }
.star-fork-buttons { .star-fork-buttons {
float: right; float: right;
min-width: 200px; min-width: 200px;
font-size: 14px;
font-weight: bold; font-weight: bold;
.star-buttons, .fork-buttons { .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