Cuadros y Resultados 2do Semestre
.google-sheet-container {
margin-bottom: 20px;
position: relative;
width: 90%; /* Adjusted width */
padding-top: 56.25%;
overflow: hidden;
}
.google-sheet-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 2px solid green;
}
@media only screen and (max-width: 768px) {
.google-sheet-container {
padding-top: 75%;
}
}