css is the worst

This commit is contained in:
Riley Davis
2017-02-21 14:16:02 -07:00
parent 5d94a98305
commit f32fe2629c
@@ -1,19 +1,14 @@
.Dashboard {
display: flex;
padding: 5px;
flex-wrap: wrap;
}
.widget {
margin-top: 10px;
flex: 1;
box-sizing: border-box;
margin: 10px 5px 5px 5px;
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
margin-right: 10px;
padding: 15px;
}
.widget:last-child {
margin-right: 0;
width: calc(50% - 10px);
}
.heading {