44 lines
784 B
CSS
44 lines
784 B
CSS
/* STYLE for jannikbeyerstedt.de
|
|
* for specific template
|
|
*/
|
|
main.webdesign .container {
|
|
margin-top: 30px; }
|
|
|
|
.featurette h2 {
|
|
font-family: inherit;
|
|
margin-top: 10px; }
|
|
|
|
@media (max-width: 767px) {
|
|
.featurette img {
|
|
margin-top: 50px; } }
|
|
|
|
@media (max-width: 575px) {
|
|
.featurette img {
|
|
margin: 0 auto;
|
|
max-height: 200px; } }
|
|
|
|
.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: #636c72; }
|
|
|
|
/*# sourceMappingURL=webdesign.css.map */ |