Ver código fonte

Fixed space and arrow

master
Nikola Ignjatovic 5 anos atrás
pai
commit
1f14fd62f8
3 arquivos alterados com 15 adições e 6 exclusões
  1. 3
    3
      careers.html
  2. 8
    3
      style.css
  3. 4
    0
      styles/custom.css

+ 3
- 3
careers.html Ver arquivo

@@ -88,7 +88,7 @@
<li><a data-id="our_partners-section" class="home_link" href="index.html">our partners</a></li>
<!-- <li><a href="#team-wrap">our team</a></li> -->
<!-- <li><a data-id ="services-section" class="home_link" href="index.html">services</a></li> -->
<!--<li><a data-id ="teams-wrap" class="home_link" href="index.html">teams</a></li>-->
<!-- <li><a href="#gallery-wrap">gallery</a></li>
@@ -96,7 +96,7 @@
<li><a href="#stats-wrap">stats</a></li>
<li><a href="#news-wrap">news</a></li> -->
<li><a data-id ="contact-section" class="home_link" href="index.html">contact</a></li>
<li class="active"><a href="careers.html">careers</a><span class="nav-active-mark"></span></li>
<li class="career active"><a href="careers.html">careers</a><span class="nav-active-mark"></span></li>
<li><a href="portfolio.html">portfolio</a></li>
</ul>
</nav><!-- end Navigation -->
@@ -114,7 +114,7 @@
<li><a href="#news-wrap">news</a></li> -->
<li class=""><a data-id ="contact-section" class="home_link" href="#contact-section">contact</a></li>
<li class="active" ><a href="careers.html">careers</a><span class="nav-active-mark"></span></li>
<li class="career active" ><a href="careers.html">careers</a><span class="nav-active-mark"></span></li>
<li ><a href="portfolio.html">portfolio</a>></li>
</ul>
</nav><!-- end Navigation -->

+ 8
- 3
style.css Ver arquivo

@@ -360,13 +360,16 @@ p .bold-team-info,
position: relative;
}
.services,
#gallery,
#events,
#stats,
#news,
#contact {
padding: 155px 0 85px;
}
#gallery
{
padding-top: 155px;
}
#about-section,
#services-section,
#events-wrap,
@@ -667,10 +670,12 @@ p .bold-team-info,
bottom: -18px;
left: 43%;
}
#navigation ul li.portfolio.active .nav-active-mark
.career.active .nav-active-mark
{
bottom: -20px;
bottom: -12px!important;
}


/* Mobile Navigation */
#mobile-navigation {
background-color: #000;

+ 4
- 0
styles/custom.css Ver arquivo

@@ -500,6 +500,10 @@ textarea.apply-field
{
opacity: .8;
}
.contact-section
{
}
.collapse
{

Carregando…
Cancelar
Salvar