Compare commits
No commits in common. "5e9fd7fac70f78235aa7d5becf61d1a30e14aaca" and "528ef17e6d655ca1748f8c84944b5bf1e857feac" have entirely different histories.
5e9fd7fac7
...
528ef17e6d
2 changed files with 2 additions and 5 deletions
|
@ -19,8 +19,8 @@ sort_by = "weight"
|
||||||
About
|
About
|
||||||
-----
|
-----
|
||||||
|
|
||||||
`rsspls` generates RSS feeds from web pages using [CSS selectors][selectors] to
|
`rsspls` generates RSS feeds from web pages using [CSS selectors][selectors] to extracts
|
||||||
extract parts of the page and turn them into a feed. Example use cases:
|
parts of the page to turn 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,9 +86,6 @@ 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