Minor style fixes

stable
Xavier Julián 2014-07-25 13:04:05 +02:00
parent f86d2867df
commit df92071ada
2 changed files with 3 additions and 2 deletions

View File

@ -95,7 +95,7 @@ $column-margin: 0 10px 0 0;
margin-right: 3rem; margin-right: 3rem;
} }
.points-value { .points-value {
@extend %large; @extend %small;
color: $gray-light; color: $gray-light;
} }
/* /*

View File

@ -1,4 +1,5 @@
.home-projects-list, .home-project { .home-projects-list,
.home-project {
align-items: center; align-items: center;
background-image: url('/images/project-selector.jpg'); background-image: url('/images/project-selector.jpg');
background-position: center center; background-position: center center;