Remplissage des balises MetaDonnées & Traductions des messages du formulaire de contact

This commit is contained in:
Anthony Dumas
2016-01-28 23:08:31 +01:00
parent 08e2b590e9
commit 451a7bfcdd
3 changed files with 51 additions and 47 deletions

21
css/bootstrap.css vendored
View File

@@ -11,6 +11,27 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
<style>
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;