Schedules
Varsity
ArbiterLive Teams Embed
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
.iframe-wrapper {
position: relative;
width: 100%;
padding-top: 95%; /* Increased to accommodate full content height */
overflow: hidden;
border: 1px solid #ccc;
border-radius: 2px;
}
.iframe-wrapper iframe {
position: absolute;
top: -270px; /* Adjust to align the Teams grid */
left: 0;
width: 100%;
height: 1800px; /* Increased height to fit all team tiles */
border: none;
}
@media (max-width: 768px) {
.iframe-wrapper {
padding-top: 160%; /* More vertical space for phones */
}
.iframe-wrapper iframe {
top: -200px;
height: 1700px;
}
}
Junior Varsity
ArbiterLive Teams Embed
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
.iframe-wrapper {
position: relative;
width: 100%;
padding-top: 95%; /* Increased to accommodate full content height */
overflow: hidden;
border: 1px solid #ccc;
border-radius: 2px;
}
.iframe-wrapper iframe {
position: absolute;
top: -270px; /* Adjust to align the Teams grid */
left: 0;
width: 100%;
height: 1800px; /* Increased height to fit all team tiles */
border: none;
}
@media (max-width: 768px) {
.iframe-wrapper {
padding-top: 160%; /* More vertical space for phones */
}
.iframe-wrapper iframe {
top: -200px;
height: 1700px;
}
}