Center images and fix their width
This commit is contained in:
parent
880df0fba9
commit
7a3d496ab3
1 changed files with 2 additions and 1 deletions
|
@ -273,8 +273,9 @@ form {
|
|||
}
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
/* width: 100%; */
|
||||
max-width: 100%;
|
||||
display:block ; margin:0 auto ;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
Loading…
Add table
Reference in a new issue