Compare commits
2 Commits
663de19bb3
...
730362ac79
Author | SHA1 | Date | |
---|---|---|---|
730362ac79 | |||
4d837b4097 |
19
style.css
19
style.css
@ -759,13 +759,6 @@ SECTIONS
|
||||
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 img,
|
||||
.st-ad-section-long-post-end a {
|
||||
@ -792,9 +785,7 @@ SECTIONS
|
||||
}
|
||||
|
||||
.st-ad-section-long-post-end {
|
||||
position: relative;
|
||||
grid-column: 1 / span 4 !important;
|
||||
z-index: -1000;
|
||||
}
|
||||
}
|
||||
|
||||
@ -836,7 +827,8 @@ SECTIONS
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.slowt-in-content-ad img {
|
||||
.slowt-in-content-ad img,
|
||||
.local-in-content-ad img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
@ -1166,8 +1158,9 @@ COMPONENTS
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.st-article .img-responsive {
|
||||
width: 100%;
|
||||
.st-article .img-responsive,
|
||||
.st-article iframe {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.st-article-section-related-articles {
|
||||
@ -1328,7 +1321,7 @@ a.page-numbers,
|
||||
|
||||
@media (min-width: 760px) {
|
||||
.discourse-comments-area {
|
||||
grid-column: 1 / span 4;
|
||||
grid-column: 1 / span 3;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user