Skip to content

Commit 115679d

Browse files
priyasharma1Priya Sharma
andauthored
Fixed typos and image alignment (#27)
* Fixed typo * Fixed image alignment --------- Co-authored-by: Priya Sharma <priya.sharma66@techmahindra.com>
1 parent bf51b70 commit 115679d

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

source/volunteer/university.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ We engage with multiple departments and programs:
2424
* Connect with faculty and student organizations
2525
* Create simple posters targeted at each audience
2626
* Create more detailed landing pages for each audience, describing what
27-
they night get out of the event. Note that many students will be
27+
they might get out of the event. Note that many students will be
2828
unaware of the ASF, but familiar with some of the individual projects,
2929
or open source in general
3030
* Put up posters or fliers at local colleges, universities, and

static/style/screen.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,19 @@ th, td {
204204
.pull-left {
205205
float: left;
206206
margin-right: 2rem;
207-
margin-botton: 1rem;
207+
margin-bottom: 1rem;
208208
border-radius: 12%;
209+
width: 280px;
210+
max-width: 40%;
211+
height: auto;
212+
display: block;
213+
overflow: hidden;
209214
}
210215

211216
.pull-right {
212217
float: right;
213218
margin-left: 2rem;
214-
margin-botton: 1rem;
219+
margin-bottom: 1rem;
215220
border-radius: 12%;
216221
}
217222

0 commit comments

Comments
 (0)