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