Compare commits
2 commits
528ef17e6d
...
5e9fd7fac7
Author | SHA1 | Date | |
---|---|---|---|
5e9fd7fac7 | |||
c05c7bacdb |
2 changed files with 5 additions and 2 deletions
|
@ -19,8 +19,8 @@ sort_by = "weight"
|
||||||
About
|
About
|
||||||
-----
|
-----
|
||||||
|
|
||||||
`rsspls` generates RSS feeds from web pages using [CSS selectors][selectors] to extracts
|
`rsspls` generates RSS feeds from web pages using [CSS selectors][selectors] to
|
||||||
parts of the page to turn into a feed. Example use cases:
|
extract parts of the page and turn them into a feed. Example use cases:
|
||||||
|
|
||||||
* Create a feed for a blog that does not have one so that you will know when
|
* Create a feed for a blog that does not have one so that you will know when
|
||||||
there are new posts.
|
there are new posts.
|
||||||
|
|
|
@ -86,6 +86,9 @@ p {
|
||||||
.hero section {
|
.hero section {
|
||||||
padding: 0 2rem;
|
padding: 0 2rem;
|
||||||
}
|
}
|
||||||
|
.explore-more {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 450px) {
|
@media screen and (max-width: 450px) {
|
||||||
.hero-image {
|
.hero-image {
|
||||||
|
|
Loading…
Reference in a new issue