Refactor product view template to use flexbox styles

finally, the layout is reasonably clean and should stay that way...
This commit is contained in:
Lance Edgar 2018-12-12 15:07:18 -06:00
parent 6907fbe844
commit 841dda903f
2 changed files with 40 additions and 49 deletions

View file

@ -170,16 +170,10 @@ body > #body-wrapper {
* Panels
******************************/
.panel-wrapper {
float: left;
margin-right: 15px;
width: 40%;
}
.panel,
.panel-grid {
border-left: 1px solid Black;
margin-bottom: 15px;
margin-bottom: 1em;
}
.panel {