Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/volunteer/university.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 7 additions & 2 deletions static/style/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}