From f6af5263123950b83acbd11680a461f42eef20ac Mon Sep 17 00:00:00 2001 From: Saumya Shahi <147405306+saumyashahi@users.noreply.github.com> Date: Wed, 1 Jan 2025 03:16:21 +0530 Subject: [PATCH] Fix image scaling and restore list rendering in blog posts (#627) --- _posts/2024-12-29-sweet-spot-002.md | 9 ++++++++- css/custom.css | 5 +++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/_posts/2024-12-29-sweet-spot-002.md b/_posts/2024-12-29-sweet-spot-002.md index bfbb747e..fe7c0caa 100644 --- a/_posts/2024-12-29-sweet-spot-002.md +++ b/_posts/2024-12-29-sweet-spot-002.md @@ -38,7 +38,7 @@ community finds relevant.
An image with Sugar Labs teachers, volunteers, and students.
Your donation helps us in many +draggable="false" width="100%">
Your donation helps us in many ways.
Sugar Labs is in the middle of a campaign to raise funds necessary for @@ -62,6 +62,7 @@ donation or purchasing merchandise, and please help spread the word. * See our new donation banner, created by volunteers in our development community: * Contribute to Sugar Labs by purchasing Sugar Labs brand merchandise: +^ ### Sugar Labs election information and results *December 19, 2024* @@ -76,6 +77,7 @@ can prepare to participate in the next election. * * +^ ### Sugar Labs expands its social media presence to Bluesky and WhatsApp *December 9,2024* @@ -98,6 +100,7 @@ Newly joined social media platforms: please see the “Social and Communication Links” section at the bottom of this newsletter.* +^ ### Reflections from Constructing Modern Knowledge 2024 *November 27, 2024* @@ -119,6 +122,7 @@ future. * +^ ### James Simmons’s Sugar Story: Writing new Activities and sharing Sugar with youth *September 3, 2024* @@ -137,6 +141,7 @@ anyone interested in writing their own Activities for Sugar. * Download *Make Your Own Sugar Activities!* From Internet Archive: (English) and (Spanish) * See all of James’s Activities: +^ ## (Volunteer) Help wanted Sugar Labs is seeking volunteer assistance in the following @@ -170,6 +175,7 @@ list of scheduled events and meetings are as follows: * Sugar Activity meetings: Every Wednesday at 7:00 EST (12:00 UTC) on * Sugar Labs Board of Directors meetings: Every Wednesday at 14:30 EST (19:30 UTC) on +^ ## About Sugar Labs Sugar Labs® is a US-based 501(c)(3) nonprofit organization with a @@ -211,6 +217,7 @@ Conduct](https://github.com/sugarlabs/sugar-docs/blob/master/src/CODE_OF_CONDUCT * WhatsApp – * YouTube – +^ ## Back issues of “The Sweet Spot” You can find this issue and past issues of “The Sweet Spot” at diff --git a/css/custom.css b/css/custom.css index aa3a3738..bba542a1 100644 --- a/css/custom.css +++ b/css/custom.css @@ -281,3 +281,8 @@ display: none; } +/* fix list rendering */ +ul { + padding: revert; + list-style: inherit; +}