repaired a small bug

This commit is contained in:
Catalin Scripcariu
2018-05-02 18:11:20 +03:00
parent 3f071d87ea
commit 09e549971b
2 changed files with 3 additions and 3 deletions

View File

@@ -77,10 +77,10 @@
margin-top: 3em;
}
.card-body {
&:first-of-type{
&:first-of-type {
background: #4591C4;
background: -webkit-linear-gradient(to right, #FF7C4F, #4592C4); // lesshint duplicateProperty: false
background: linear-gradient(to right, #FF7C4F, #4592C4); // lesshint duplicateProperty: false
}
}
}
}