glasfaser height fix, about section last image fix, testimonials logo fix
This commit is contained in:
		
				commit
				
					
						71a522977f
					
				
			
		
					 5 changed files with 25 additions and 16 deletions
				
			
		| 
						 | 
				
			
			@ -7,7 +7,7 @@
 | 
			
		|||
body,
 | 
			
		||||
html {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    height: 100%;
 | 
			
		||||
    min-height: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -554,6 +554,10 @@ section h3.section-subheading {
 | 
			
		|||
    color: inherit;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.timeline .timeline-heading-last h4 {
 | 
			
		||||
    margin-top: 15px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.timeline .timeline-heading h4.subheading {
 | 
			
		||||
    text-transform: none;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -569,14 +573,14 @@ section h3.section-subheading {
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
    .timeline>li {
 | 
			
		||||
	margin-bottom: 100px;
 | 
			
		||||
	margin-bottom: 75px;
 | 
			
		||||
	min-height: 100px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .timeline>li .timeline-panel {
 | 
			
		||||
	float: left;
 | 
			
		||||
	width: 41%;
 | 
			
		||||
	padding: 0 20px 20px 30px;
 | 
			
		||||
	padding: 0 20px 20px;
 | 
			
		||||
	text-align: right;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -595,7 +599,7 @@ section h3.section-subheading {
 | 
			
		|||
 | 
			
		||||
    .timeline>li.timeline-inverted>.timeline-panel {
 | 
			
		||||
	float: right;
 | 
			
		||||
	padding: 0 30px 20px 20px;
 | 
			
		||||
	padding: 0 20px 20px;
 | 
			
		||||
	text-align: left;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -606,7 +610,7 @@ section h3.section-subheading {
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
    .timeline>li .timeline-panel {
 | 
			
		||||
	padding: 0 20px 20px;
 | 
			
		||||
	padding: 10px 20px 20px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .timeline>li .timeline-image {
 | 
			
		||||
| 
						 | 
				
			
			@ -621,8 +625,12 @@ section h3.section-subheading {
 | 
			
		|||
	line-height: 26px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .timeline .timeline-heading-last h4 {
 | 
			
		||||
    margin-top: 45px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .timeline>li.timeline-inverted>.timeline-panel {
 | 
			
		||||
	padding: 0 20px 20px;
 | 
			
		||||
	padding: 10px 20px 20px;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -632,7 +640,7 @@ section h3.section-subheading {
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
    .timeline>li .timeline-panel {
 | 
			
		||||
	padding: 0 20px 20px 100px;
 | 
			
		||||
	padding: 10px 20px 20px 100px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .timeline>li .timeline-image {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -82,7 +82,7 @@
 | 
			
		|||
 | 
			
		||||
.img-client {
 | 
			
		||||
  margin: 30px auto 30px auto;
 | 
			
		||||
  height: 64px !important;
 | 
			
		||||
  max-height: 64px !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.team-member .team-member-caption {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -94,8 +94,11 @@
 | 
			
		|||
      </li>
 | 
			
		||||
      <li>
 | 
			
		||||
        <div class="timeline-image wow slideInDown">
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="timeline-panel wow slideInLeft">
 | 
			
		||||
          <div class="timeline-heading timeline-heading-last">
 | 
			
		||||
            <h4>{% trans "and" %}<br>{% trans "the story continues!" %}</h4>
 | 
			
		||||
          <p> </p>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
      </li>
 | 
			
		||||
    </ul>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,12 +3,10 @@
 | 
			
		|||
 | 
			
		||||
<section id="portfolio" class="bg-light-gray">
 | 
			
		||||
	<div class="container">
 | 
			
		||||
		<div class="row">
 | 
			
		||||
		  <div class="col-lg-12 text-center wow fadeInDown">
 | 
			
		||||
	  <div class="text-center wow fadeInUp">
 | 
			
		||||
	    <h2 class="section-heading">{% trans "Our Products" %}</h2>
 | 
			
		||||
	    <h3 class="section-subheading text-muted" style="line-height: 1.5;">{% blocktrans %}Our products include an innovative datacenter,<br>affordable VM hosting, and high speed fiber internet for canton Glarus.{% endblocktrans %}</h3>
 | 
			
		||||
	  </div>
 | 
			
		||||
		</div>
 | 
			
		||||
		<div class="row">
 | 
			
		||||
		  <div class="col-md-4 col-sm-6 portfolio-item wow fadeInUp" data-wow-delay="0.25s">
 | 
			
		||||
		    <a href="{% url 'datacenterlight:index' %}"><img src="{% static 'ungleich_page/img/portfolio/datacenterlight.png' %}" class="img-responsive inline-block" alt=""></a>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue