Single border line seperating the main and sidebar sections

This commit is contained in:
Ian Minoso 2016-12-05 13:53:37 -05:00
parent 526122cf21
commit b2c535e3cc

View file

@ -13,6 +13,13 @@
background-color: #fff;
@include box-shadow(0px 2px 2px rgba(0, 0, 0, 0.4));
overflow: hidden;
display: table;
[class*="col-"] {
float: none;
display: table-cell;
vertical-align: top;
}
}
.rp-main {
@ -22,6 +29,5 @@
.rp-sidebar {
padding: 30px 30px 0 30px;
border-left: 1px solid #DDD;
}