6 lines
96 B
SCSS
6 lines
96 B
SCSS
.thumbnail-image {
|
|
display: block;
|
|
margin: 10px;
|
|
border: 1px solid #ccc;
|
|
float: left;
|
|
}
|