This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-events-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 115679d  Fixed typos and image alignment (#27)
115679d is described below

commit 115679dc0126d2c9d6b6e532733889efa4c99744
Author: Priya Sharma <[email protected]>
AuthorDate: Wed Feb 18 18:29:18 2026 +0530

    Fixed typos and image alignment (#27)
    
    * Fixed typo
    
    * Fixed image alignment
    
    ---------
    
    Co-authored-by: Priya Sharma <[email protected]>
---
 source/volunteer/university.md | 2 +-
 static/style/screen.css        | 9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

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
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%;
 }
 

Reply via email to