From 909fd4efc03be82364aaccec4eb93c622a72969b Mon Sep 17 00:00:00 2001 From: Priya Sharma Date: Wed, 18 Feb 2026 16:51:59 +0530 Subject: [PATCH 1/2] Fixed typo --- source/volunteer/university.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/volunteer/university.md b/source/volunteer/university.md index c5ff70c..009616a 100644 --- a/source/volunteer/university.md +++ b/source/volunteer/university.md @@ -24,7 +24,7 @@ We engage with multiple departments and programs: * Connect with faculty and student organizations * Create simple posters targeted at each audience * Create more detailed landing pages for each audience, describing what - they night get out of the event. Note that many students will be + they might get out of the event. Note that many students will be unaware of the ASF, but familiar with some of the individual projects, or open source in general * Put up posters or fliers at local colleges, universities, and From b1550438e27288c36d90b2b8894ecef20b146de5 Mon Sep 17 00:00:00 2001 From: Priya Sharma Date: Wed, 18 Feb 2026 17:43:11 +0530 Subject: [PATCH 2/2] Fixed image alignment --- static/style/screen.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/static/style/screen.css b/static/style/screen.css index 50918f5..744f945 100644 --- a/static/style/screen.css +++ b/static/style/screen.css @@ -204,14 +204,19 @@ th, td { .pull-left { float: left; margin-right: 2rem; - margin-botton: 1rem; + margin-bottom: 1rem; border-radius: 12%; + width: 280px; + max-width: 40%; + height: auto; + display: block; + overflow: hidden; } .pull-right { float: right; margin-left: 2rem; - margin-botton: 1rem; + margin-bottom: 1rem; border-radius: 12%; }