Skip to content

Commit 46c6f4d

Browse files
authored
Adjust iframe width and max-width properties
1 parent 2253418 commit 46c6f4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/css/fllc-govint.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -878,8 +878,8 @@ a:hover { color: var(--accent-bright); text-decoration: underline; }
878878

879879
/* -- Responsive Images -- */
880880
iframe {
881-
width: 50%;
882-
max-width: 400px;
881+
width: 1000%;
882+
max-width: auto;
883883
height: auto;
884884
display: block;
885885
object-fit: contain;

0 commit comments

Comments
 (0)