Remove gray over red to avoid contrast problems
parent
82a3daa71a
commit
0866d22442
|
@ -61,9 +61,10 @@
|
||||||
.hero {
|
.hero {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
.row {
|
.row {
|
||||||
background: $whitish;
|
border-bottom: 1px solid $whitish;
|
||||||
border-bottom: 0;
|
border-top: 1px solid $whitish;
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
|
padding: 1.5rem 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.avatar {
|
.avatar {
|
||||||
|
|
Loading…
Reference in New Issue