Center images and fix their width

This commit is contained in:
Jan Kaluza 2015-11-27 08:06:00 +01:00
parent 880df0fba9
commit 7a3d496ab3

View file

@ -273,8 +273,9 @@ form {
}
img {
width: 100%;
/* width: 100%; */
max-width: 100%;
display:block ; margin:0 auto ;
}
/*******************************************************************************