mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 19:58:44 +01:00
💄 style: center and enlarge iframes (embeds)
This commit is contained in:
parent
54ae781352
commit
372d696eec
1 changed files with 10 additions and 0 deletions
|
|
@ -20,6 +20,16 @@
|
||||||
line-height: 2.4rem;
|
line-height: 2.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iframe {
|
||||||
|
border: none;
|
||||||
|
display:block;
|
||||||
|
aspect-ratio: 16/9;
|
||||||
|
width: 100vmin;
|
||||||
|
max-width: 80%;
|
||||||
|
margin-left: 10%;
|
||||||
|
margin-right: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue