Commit 4520b15d by Reda Lemeden

Removed border from last course chapter in profile

parent 4a734bf1
......@@ -76,6 +76,10 @@ div.profile-wrapper {
padding: lh() 0;
width: 100%;
&:last-child {
border-bottom: 0px;
}
h2 {
border-right: 1px dashed #ddd;
@include box-sizing(border-box);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment