Reduced margin size and font-size to fit description as a workound for a temporary page

stable
Xavier Julián 2014-09-29 09:51:57 +02:00
parent 62ddbe9284
commit f91a4bab87
1 changed files with 10 additions and 0 deletions

View File

@ -93,6 +93,16 @@
}
}
.project-content {
h2 {
margin-bottom: .3rem;
}
p {
@extend %small;
line-height: 1rem;
}
}
.all-projects {
@include table-flex-child(1, 285px, 0, 285px);
background-color: rgba(0, 0, 0, .5);