Skip to content
Snippets Groups Projects
Commit 2069a2a5 authored by Andrey Zbukar's avatar Andrey Zbukar Committed by Max
Browse files

[Carousel] The description of the carousel item is shifted if the title and...

parent a04e682b
Branches 2486651-donate
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -66,24 +66,31 @@
@include media-breakpoint-down('md'){
top: 10%;
transform: translate(-50%, -10%);
width: 60% !important;
}
@include media-breakpoint-up('md'){
bottom: 0;
transform: translate(-50%);
padding-bottom: 15%;
top: 50%;
transform: translate(-50%, -50%);
}
h2 {
font-size: 45px;
line-height: 52px;
font-size: 32px;
line-height: 36px;
@include media-breakpoint-up('sm') {
font-size: 45px;
line-height: 52px;
}
@include media-breakpoint-up('md'){
font-size: 65px;
line-height: 75px;
}
}
p {
font-size: 20px;
line-height: 30px;
font-size: 16px;
line-height: 22px;
@include media-breakpoint-up('sm') {
font-size: 20px;
line-height: 30px;
}
@include media-breakpoint-up('md') {
font-size: 24px;
line-height: 36px;
......@@ -93,9 +100,14 @@
background-color: #636466;
border-color: #636466;
border-radius: 20px;
font-size: 24px;
line-height: 36px;
font-size: 18px;
line-height: 22px;
margin-top: 50px;
@include media-breakpoint-up('sm') {
font-size: 24px;
line-height: 36px;
}
@include media-breakpoint-down('md') {
margin-top: 0;
}
......
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