Compare commits

...

2 commits

Author SHA1 Message Date
5e9fd7fac7
Fix overlapping Explore more
Closes #2
2024-03-11 13:48:36 +10:00
c05c7bacdb
Fix typo
Closes #1
2024-03-11 13:46:56 +10:00
2 changed files with 5 additions and 2 deletions

View file

@ -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.

View file

@ -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 {