Skip to content
Snippets Groups Projects
Commit d2b5ea6c authored by Augustin Lemesle's avatar Augustin Lemesle
Browse files

minor

parent 5bd49e7d
No related branches found
No related tags found
No related merge requests found
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
} }
@media (min-width: 1280px) { @media (min-width: 1280px) {
.postLists article .content { .postLists article .content {
margin: -50px 33px 0; margin: -15% 33px 0;
padding: 27px 32px; padding: 27px 32px;
} }
} }
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
max-width: 1260px; max-width: 1260px;
margin: 0 auto; margin: 0 auto;
padding: 0 25px; padding: 0 25px;
z-index: 2;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.tabs > .wrap { .tabs > .wrap {
......
...@@ -129,7 +129,7 @@ function(err, data) { ...@@ -129,7 +129,7 @@ function(err, data) {
"background:url(/assets/img/nano_innov.jpg) no-repeat center bottom; background-size: cover;"> "background:url(/assets/img/nano_innov.jpg) no-repeat center bottom; background-size: cover;">
</figure> </figure>
<div id="mapid"></div> <div id="mapid" style="z-index: 0;"></div>
</div> </div>
<div class="contactInfo"> <div class="contactInfo">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment