Browse Source

fixes

master
Nenad Stojanovic 5 years ago
parent
commit
9db981d285
3 changed files with 6 additions and 6 deletions
  1. 1
    1
      index.html
  2. 1
    1
      style.css
  3. 4
    4
      styles/custom.css

+ 1
- 1
index.html View File

<h3>Partnerships that create and grow</h3> <h3>Partnerships that create and grow</h3>
<p>Our clients relationships go beyond technology. Enthusiasts to the core, we bring real solutions to each client’s problems through a deep understanding of their market, solution, and vision.</p> <p>Our clients relationships go beyond technology. Enthusiasts to the core, we bring real solutions to each client’s problems through a deep understanding of their market, solution, and vision.</p>
</div><!-- end About Item --> </div><!-- end About Item -->
<div class="one_third about-item highlight">
<div class="one_third about-item">
<div class="hive wow bounceInUp" data-wow-delay="1s"> <div class="hive wow bounceInUp" data-wow-delay="1s">
<div class="hex outer-hex"> <div class="hex outer-hex">
<div class="hex-in1"> <div class="hex-in1">

+ 1
- 1
style.css View File

margin: 0 auto; margin: 0 auto;
position: relative; position: relative;
} }
.services,
#events, #events,
#stats, #stats,
#news, #news,

+ 4
- 4
styles/custom.css View File



/* header end*/ /* header end*/


<<<<<<< HEAD
#back-to-top { #back-to-top {
position: fixed; position: fixed;
right: 16px; right: 16px;
position: relative; position: relative;
width:100%; width:100%;
color: inherit; color: inherit;
padding: 7px 35px;
padding: 0px 35px;
border: 4px solid #993c95; border: 4px solid #993c95;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
.position-name .position-name
{ {
padding-top: 20px;
padding-top: 10px;
} }
.position-name h4 .position-name h4
{ {
position: relative; position: relative;
margin-right: 55px; margin-right: 55px;
padding-bottom: 10px !important;
} }
.chevron .chevron
{ {
.btn-apply .btn-apply
{ {
color: #fff; color: #fff;
padding: 20px;
padding: 10px 35px;
border-radius: 45px; border-radius: 45px;
background-color: #993c95; background-color: #993c95;
border: none; border: none;

Loading…
Cancel
Save