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 btn size for big screen device, and adjusted bg order and navbar order #4

Merged
merged 2 commits into from
Feb 24, 2016
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 _includes/about.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- About Section -->
<section id="about">
<section id="about" class="bg-light-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
Expand Down
8 changes: 4 additions & 4 deletions _includes/css/agency.css
Original file line number Diff line number Diff line change
Expand Up @@ -797,10 +797,10 @@ ul.social-buttons li a {

@media(min-width:992px) {
ul.social-buttons li a {
width: 20px;
height: 20px;
font-size: 10px;
line-height: 20px;
width: 30px;
height: 30px;
font-size: 15px;
line-height: 30px;
}
}

Expand Down
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<a class="page-scroll" href="#portfolio">Portfolio</a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
<a class="page-scroll" href="#team">Team</a>
</li>
<li>
<a class="page-scroll" href="#team">Team</a>
<a class="page-scroll" href="#about">About</a>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/team.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Team Section -->
<section id="team" class="bg-light-gray">
<section id="team">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
Expand Down