6 lines
89 B
CSS
6 lines
89 B
CSS
|
.image{
|
||
|
margin: 6px;
|
||
|
max-width: 500px;
|
||
|
max-height: 500px;
|
||
|
padding: 5px;
|
||
|
}
|