Compare commits

..

No commits in common. "730362ac799827a365a7798cd0c1595a4b49d63c" and "663de19bb3fedd05648a26c83996ae7fe7d244bb" have entirely different histories.

View File

@ -759,6 +759,13 @@ SECTIONS
margin-bottom: 1em; margin-bottom: 1em;
} }
.st-ad-section-long-post-end {
position: fixed;
bottom: 0;
left: 0;
right: 0;
}
.st-ad-section-long-post-end video, .st-ad-section-long-post-end video,
.st-ad-section-long-post-end img, .st-ad-section-long-post-end img,
.st-ad-section-long-post-end a { .st-ad-section-long-post-end a {
@ -785,7 +792,9 @@ SECTIONS
} }
.st-ad-section-long-post-end { .st-ad-section-long-post-end {
position: relative;
grid-column: 1 / span 4 !important; grid-column: 1 / span 4 !important;
z-index: -1000;
} }
} }
@ -827,8 +836,7 @@ SECTIONS
height: auto; height: auto;
} }
.slowt-in-content-ad img, .slowt-in-content-ad img {
.local-in-content-ad img {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
} }
@ -1158,9 +1166,8 @@ COMPONENTS
margin-top: 0; margin-top: 0;
} }
.st-article .img-responsive, .st-article .img-responsive {
.st-article iframe { width: 100%;
max-width: 100%;
} }
.st-article-section-related-articles { .st-article-section-related-articles {
@ -1321,7 +1328,7 @@ a.page-numbers,
@media (min-width: 760px) { @media (min-width: 760px) {
.discourse-comments-area { .discourse-comments-area {
grid-column: 1 / span 3; grid-column: 1 / span 4;
} }
} }