Commit de6b6c7b authored by Guillaume Seguin's avatar Guillaume Seguin

Improve carousel for small screens

parent 16aed939
...@@ -346,6 +346,13 @@ h2 { ...@@ -346,6 +346,13 @@ h2 {
} }
} }
@media (max-width: 768px) {
.carousel-caption {
width: 600px;
margin-left: -300px;
}
}
/* MAIN /* MAIN
-------------------------------------------------- */ -------------------------------------------------- */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment