From 5574e33b6c561645f671bca0bd0839fe8caf814e Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 30 Nov 2020 10:19:26 -0500 Subject: [PATCH] add filtered categories based on size --- _site_listings/1mb.club.md | 4 ++ index.html | 76 +++++++++++++++++++++++++++++++++++--- style.css | 5 +++ 3 files changed, 79 insertions(+), 6 deletions(-) create mode 100644 _site_listings/1mb.club.md diff --git a/_site_listings/1mb.club.md b/_site_listings/1mb.club.md new file mode 100644 index 0000000..770c3b5 --- /dev/null +++ b/_site_listings/1mb.club.md @@ -0,0 +1,4 @@ +--- +pageurl: 1mb.club +size: 76.7 +--- diff --git a/index.html b/index.html index cefa8cc..fc9f162 100644 --- a/index.html +++ b/index.html @@ -16,17 +16,81 @@ summary: Personal articles, demos and occasional ramblings

Update

Due to the huge number of submissions on initial launch, requesting new sites to be added is temporarily paused. Once the backlog has been worked through, submissions will open up again. Thanks!

+ Jump to:   + <50KB  ·  + <100KB  ·  + <250KB  ·  + <512KB  ·  + <700KB  ·  + Just Under 1MB
diff --git a/style.css b/style.css index 62a921e..a7c99fd 100644 --- a/style.css +++ b/style.css @@ -71,6 +71,11 @@ blockquote p { margin: 0; } +main h3 { + margin-top: 3rem; + padding-top: 1rem; +} + footer { border-top: 1px solid lightgrey; margin: 3rem auto 0;