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
|
||||
-----
|
||||
|
||||
`rsspls` generates RSS feeds from web pages using [CSS selectors][selectors] to extracts
|
||||
parts of the page to turn into a feed. Example use cases:
|
||||
`rsspls` generates RSS feeds from web pages using [CSS selectors][selectors] to
|
||||
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
|
||||
there are new posts.
|
||||
|
|
|
@ -86,6 +86,9 @@ p {
|
|||
.hero section {
|
||||
padding: 0 2rem;
|
||||
}
|
||||
.explore-more {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 450px) {
|
||||
.hero-image {
|
||||
|
|
Loading…
Reference in a new issue