Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

increased white space on the previous events section #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:acti
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053740', endColorstr='#99053740', GradientType=0 ); /* IE6-9 */
}
.section-title {
padding: 2.5rem 0 6rem 0;
padding: 6rem 0 4rem 0;
}
.intro H1 {
font-size: 6rem;
Expand Down Expand Up @@ -416,7 +416,7 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a6bb', end
#team h3 {
color: #0a4b55;
}
img .img-circle.team-img {
img.img-circle.team-img {
width: 16rem;
height: 16rem;
}
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,23 +149,23 @@ <h2>Finished Events</h2>
<p>This Section Displays previous events conducted by programmer me.</p>
</div>
<div class="col-md-3 col-sm-6 team meal-photo">
<div class="thumbnail"> <a href="./blog/"> <img src="img/events/mlccsj.jpeg" alt="Thumb 4" style="width:100%" class="img-circle team-img"></a>
<div class="thumbnail"> <a href="./blog/"> <img src="img/events/mlccsj.jpeg" alt="Thumb 4" class="img-circle team-img"></a>
<div class="caption">
<h3> <a href="./blog/">MLCC Study Jam</a></h3>
<p></p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 team meal-photo">
<div class="thumbnail"> <a href="./blog/"> <img src="img/events/hofcode.png" alt="Thumb 4" style="width:100%" class="img-circle team-img"></a>
<div class="thumbnail"> <a href="./blog/"> <img src="img/events/hofcode.png" alt="Thumb 4" class="img-circle team-img"></a>
<div class="caption">
<h3> <a href="./blog/">Hour Of Code</a></h3>
<p></p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 team meal-photo">
<div class="thumbnail"> <a href="./blog/"> <img src="img/events/flutter.png" alt="Thumb 4" style="width:100%" class="img-circle team-img"></a>
<div class="thumbnail"> <a href="./blog/"> <img src="img/events/flutter.png" alt="Thumb 4" class="img-circle team-img"></a>
<div class="caption">
<h3> <a href="./blog/">Flutter Live Party</a></h3>
<p></p>
Expand All @@ -174,7 +174,7 @@ <h3> <a href="./blog/">Flutter Live Party</a></h3>
</div>
<div class="meals-showcase clearfix">
<div class="col-md-3 col-sm-6 team meal-photo">
<div class="thumbnail"> <a href="./blog/"> <img src="img/events/mlh.jpg" alt="Thumb 4" style="width:100%" class="img-circle team-img"></a>
<div class="thumbnail"> <a href="./blog/"> <img src="img/events/mlh.jpg" alt="Thumb 4" class="img-circle team-img"></a>
<div class="caption">
<h3> <a href="./blog/">MLH Hack Day</a></h3>
<p></p>
Expand Down