You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
357 B
24 lines
357 B
iframe.newsfeed-fullarticle {
|
|
width: 100vw;
|
|
|
|
/* very large height value to allow scrolling */
|
|
height: 3000px;
|
|
top: 0;
|
|
left: 0;
|
|
border: none;
|
|
z-index: 1;
|
|
}
|
|
|
|
.region.bottom.bar.newsfeed-fullarticle {
|
|
bottom: inherit;
|
|
top: -90px;
|
|
}
|
|
|
|
.newsfeed-list {
|
|
list-style: none;
|
|
}
|
|
|
|
.newsfeed-list li {
|
|
text-align: justify;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
|