retour ligne et centre memory

This commit is contained in:
DonRenando
2015-03-10 15:09:33 +01:00
parent 1bc1f7f3e3
commit f0fcd0da22
2 changed files with 12 additions and 8 deletions

View File

@ -167,14 +167,17 @@ img {
*/
.mg__wrapper {
margin: 0 auto;
margin: 0;
padding: 0;
width: 100%;
text-align: center;
}
.mg__contents {
position: relative;
padding-bottom: 47%;
margin-left: -5px;
margin-right: -5px;
padding-bottom: 50%;
margin-left: 35%;
margin-right: 0;
}
/**