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

Set max-height for img in carousel

parent 4a42e22f
No related branches found
No related tags found
1 merge request!9Set max carousel img height
...@@ -182,10 +182,6 @@ time.icon span { ...@@ -182,10 +182,6 @@ time.icon span {
color: var(--teckids-secondary-dark); color: var(--teckids-secondary-dark);
} }
.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;
...@@ -205,5 +201,6 @@ time.icon span { ...@@ -205,5 +201,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