first attempt at making IFrames responsive
All checks were successful
/ weblog.lol (push) Successful in 9s

This commit is contained in:
Gordon Pedersen 2024-05-08 06:09:45 +00:00
parent 484316344d
commit 1da9ce4a5c

View file

@ -124,6 +124,10 @@ h1, h2, h3, h4, h5, h6 {
margin: 1rem 0;
}
iframe {
max-width: 100%;
}