mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-17 17:23:12 +01:00
force twitter widget to be full height
This commit is contained in:
parent
acfd91bba5
commit
5f18c6f51f
1 changed files with 5 additions and 0 deletions
|
@ -244,6 +244,11 @@ a:visited.wide-link {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
.twitter-timeline iframe {
|
||||
width: 350px !important;
|
||||
height: 600px !important;
|
||||
}
|
||||
|
||||
h1 .anchor-heading, h2 .anchor-heading, h3 .anchor-heading, h4 .anchor-heading, h5 .anchor-heading, h6 .anchor-heading {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue