Remove gray over red to avoid contrast problems

stable
Xavier Julián 2016-03-28 13:33:19 +02:00
parent 82a3daa71a
commit 0866d22442
1 changed files with 3 additions and 2 deletions

View File

@ -61,9 +61,10 @@
.hero {
width: 100%;
.row {
background: $whitish;
border-bottom: 0;
border-bottom: 1px solid $whitish;
border-top: 1px solid $whitish;
margin: 1rem 0;
padding: 1.5rem 1rem;
}
}
.avatar {