<div class="mgl-standards-tool">
<iframe
src="https://school-digital-standards-tracker.workspace-421837.chatgpt.site"
title="MGL Digital Standards Progress Tracker"
loading="lazy"
allow="clipboard-write"
></iframe>
</div>
<style>
.mgl-standards-tool {
width: 100%;
max-width: 1600px;
margin: 0 auto;
overflow: hidden;
border: 1px solid #dce4f0;
border-radius: 16px;
background: #ffffff;
box-shadow: 0 16px 45px rgba(29, 37, 57, 0.12);
}
.mgl-standards-tool iframe {
display: block;
width: 100%;
height: 1100px;
border: 0;
}
@media (max-width: 768px) {
.mgl-standards-tool {
border-radius: 10px;
}
.mgl-standards-tool iframe {
height: 1300px;
}
}
</style>