mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 11:40:02 +00:00
Set width for iframes on blog posts
This commit is contained in:
parent
1182e1a9e3
commit
aaac1fabfd
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
}
|
||||
|
||||
.blog {
|
||||
iframe {
|
||||
width: 100%;
|
||||
}
|
||||
> .page-header {
|
||||
h1 {
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue