first attempt at making IFrames responsive
All checks were successful
/ weblog.lol (push) Successful in 9s
All checks were successful
/ weblog.lol (push) Successful in 9s
This commit is contained in:
parent
484316344d
commit
1da9ce4a5c
1 changed files with 4 additions and 0 deletions
|
@ -124,6 +124,10 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iframe {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue