Skip to content
Snippets Groups Projects
Verified Commit a2445867 authored by magicfelix's avatar magicfelix
Browse files

Merge branch 'set-max-carousel-img-height'

parents baeb0fa0 5e21279f
No related branches found
No related tags found
1 merge request!9Set max carousel img height
...@@ -186,10 +186,6 @@ time.icon span { ...@@ -186,10 +186,6 @@ time.icon span {
margin-bottom: 4rem; margin-bottom: 4rem;
} }
.carousel .carousel-image {
max-height: 500px;
}
.carousel-text-dark { .carousel-text-dark {
color: #000; color: #000;
text-shadow: 1px 1px 3px #fff; text-shadow: 1px 1px 3px #fff;
...@@ -209,5 +205,6 @@ time.icon span { ...@@ -209,5 +205,6 @@ time.icon span {
} }
.carousel-inner img { .carousel-inner img {
margin: auto; max-height: 70vh;
margin: auto;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment