8 lines
133 B
CSS
8 lines
133 B
CSS
.posts img {
|
|
border: 1px solid #ddd;
|
|
box-shadow: 0.25em 0.25em #eee;
|
|
margin: 0.5em;
|
|
padding: 0;
|
|
width: 140px;
|
|
height: 140px;
|
|
}
|