8 lines
85 B
CSS
8 lines
85 B
CSS
body {
|
|
padding-top: 70px;
|
|
}
|
|
.thumbnail>img {
|
|
box-shadow: 0px 2px 10px #000;
|
|
}
|
|
|