Merge branch 'anis' of ssh://git.marbelium.com:10023/Viiciouss/XJC into thierry

thierry
Tmadkaud 7 years ago
commit 2a8c7499dc

@ -3,7 +3,7 @@
<header>
<!-- Intro Section -->
<div class="view hm-white-light jarallax" id="intro" data-jarallax='{"speed": 0.2}' style="background-image: url(https://mdbootstrap.com/img/Photos/Others/img%20%2844%29.jpg); background-attachment: fixed;">
<div class="col-md-12 col-sm-12 mb-3 view hm-white-light jarallax" id="intro" data-jarallax='{"speed": 0.2}' style="background-image: url(https://mdbootstrap.com/img/Photos/Others/img%20%2844%29.jpg); background-attachment: fixed;">
<div class="full-bg-img">
<div class="container flex-center">
<div class="row pt-5 mt-3">
@ -32,7 +32,7 @@
<!--Section: Features v.1-->
<section class="section col-md-12 col-sm-12 feature-box wow fadeInUp" id="features">
<section class="section col-md-12 col-sm-12 mb-3 feature-box wow fadeInUp" id="features">
<!--Section heading-->
<h1 class="section-heading pt-4">Comment ça marche ?</h1>
@ -81,7 +81,7 @@
<!--Projects section v.3-->
<section class="section col-md-12 col-sm-12 extra-margins" id="projects">
<section class="section col-md-12 col-sm-12 mb-3 extra-margins" id="projects">
<!--Grid row-->

@ -101,5 +101,13 @@ body {
padding-top: 2%;
}
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
.feature-box {
padding-top: 20vh;
}
}

Loading…
Cancel
Save