Skip to content
Snippets Groups Projects
Commit baeb0fa0 authored by Robert Seimetz's avatar Robert Seimetz
Browse files

Merge branch 'space-between-carousel-and-text' into 'master'

Insert margin-bottom to carousel

See merge request !8
parents cd5e96c8 6da44010
No related branches found
No related tags found
1 merge request!8Insert margin-bottom to carousel
...@@ -182,6 +182,10 @@ time.icon span { ...@@ -182,6 +182,10 @@ time.icon span {
color: var(--teckids-secondary-dark); color: var(--teckids-secondary-dark);
} }
.carousel {
margin-bottom: 4rem;
}
.carousel .carousel-image { .carousel .carousel-image {
max-height: 500px; max-height: 500px;
} }
......
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