Minor style fixes
parent
f86d2867df
commit
df92071ada
|
@ -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;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue