diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index fcd8d136..c1589e34 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1704052982694 + "timestamp": 1704075353939 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 6a7711a2..76484f01 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -8394,7 +8394,10 @@ "url": "https://trakt.tv/movies/dawn-of-the-dead-2004", "content_text": "🎥: Dawn of the Dead #Movies #Watching #Trakt https://trakt.tv/movies/dawn-of-the-dead-2004", "date_published": "Sun, 31 Dec 2023 17:53:04 +0000", - "toots": [] + "toots": [ + "https://social.lol/users/cory/statuses/111677287412529122" + ], + "lastTootTimestamp": 1704060171793 }, "https://multiline.co/mment/2023/12/building-robots-txt/": { "id": "aHR0cHM6Ly9tdWx0aWxpbmUuY28vbW1lbnQvMjAyMy8xMi9idWlsZGluZy1yb2JvdHMtdHh0Lw==", @@ -8406,5 +8409,35 @@ "https://social.lol/users/cory/statuses/111676816268618808" ], "lastTootTimestamp": 1704052982690 + }, + "https://trakt.tv/movies/toy-story-2-1999": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvdG95LXN0b3J5LTItMTk5OQ==", + "title": "🎥: Toy Story 2", + "url": "https://trakt.tv/movies/toy-story-2-1999", + "content_text": "🎥: Toy Story 2 #Movies #Watching #Trakt https://trakt.tv/movies/toy-story-2-1999", + "date_published": "Sun, 31 Dec 2023 21:48:53 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111678282392054127" + ], + "lastTootTimestamp": 1704075353934 + }, + "https://github.com/readme/featured/aol-programming-culture": { + "id": "aHR0cHM6Ly9naXRodWIuY29tL3JlYWRtZS9mZWF0dXJlZC9hb2wtcHJvZ3JhbW1pbmctY3VsdHVyZQ==", + "title": "🔗: What hacking AOL taught a generation of programmers", + "url": "https://github.com/readme/featured/aol-programming-culture", + "content_text": "🔗: What hacking AOL taught a generation of programmers #Tech https://github.com/readme/featured/aol-programming-culture", + "date_published": "Tue, 26 Dec 2023 02:46:37 +0000", + "toots": [ + "https://social.lol/users/cory/statuses/111677797576480360" + ], + "lastTootTimestamp": 1704067956251 + }, + "https://trakt.tv/movies/blade-trinity-2004": { + "id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvYmxhZGUtdHJpbml0eS0yMDA0", + "title": "🎥: Blade: Trinity", + "url": "https://trakt.tv/movies/blade-trinity-2004", + "content_text": "🎥: Blade: Trinity #Movies #Watching #Trakt https://trakt.tv/movies/blade-trinity-2004", + "date_published": "Sun, 31 Dec 2023 23:22:33 +0000", + "toots": [] } } \ No newline at end of file diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 8681b0f3..943f6661 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -252,8 +252,7 @@ article { .now__topper h2 { font-size: var(--font-size-xl); - line-height: 0; - margin-top: 1rem; + margin-top: 0; margin-bottom: 1rem; } @@ -706,9 +705,14 @@ ol li { .now__section--header, article .now__section--header { + margin-top: 2rem; margin-bottom: 1rem; } +.now__section--header:first-of-type { + margin-top: 0; +} + .now__explainer { font-size: var(--font-size-xs); line-height: var(--line-height-xs);