Clear box score sections

This commit is contained in:
Brian Miyaji
2017-01-12 17:19:32 +11:00
parent bec66c502d
commit 24339b500a

View File

@@ -23,6 +23,7 @@
.sp-template { .sp-template {
margin-bottom: 1.5em; margin-bottom: 1.5em;
overflow: hidden; overflow: hidden;
clear: both;
} }
.sp-template-profile-selector { .sp-template-profile-selector {
clear: both; clear: both;
@@ -280,11 +281,13 @@
box-sizing: border-box; box-sizing: border-box;
width: 50%; width: 50%;
float: left; float: left;
clear: left;
padding-right: 10px; padding-right: 10px;
} }
.sp-event-performance-teams .sp-template-event-performance-icons:nth-child(2n) { .sp-event-performance-teams .sp-template-event-performance-icons:nth-child(2n) {
float: right; float: right;
clear: right;
padding-right: 0; padding-right: 0;
padding-left: 10px; padding-left: 10px;
} }