28 lines
496 B
CSS
28 lines
496 B
CSS
|
/* STYLE for jannikbeyerstedt.de
|
||
|
* for specific template
|
||
|
*/
|
||
|
.img-fluid {
|
||
|
max-width: 100%;
|
||
|
height: auto; }
|
||
|
|
||
|
.img-thumbnail {
|
||
|
padding: 0.25rem;
|
||
|
background-color: #fff;
|
||
|
border: 1px solid #ddd;
|
||
|
border-radius: 0.25rem;
|
||
|
transition: all 0.2s ease-in-out;
|
||
|
max-width: 100%;
|
||
|
height: auto; }
|
||
|
|
||
|
.figure {
|
||
|
display: inline-block; }
|
||
|
|
||
|
.figure-img {
|
||
|
margin-bottom: 0.5rem;
|
||
|
line-height: 1; }
|
||
|
|
||
|
.figure-caption {
|
||
|
font-size: 90%;
|
||
|
color: #818a91; }
|
||
|
|
||
|
/*# sourceMappingURL=project.css.map */
|