WIP
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
background-color: $c-navy;
|
||||
color: $c-white;
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
height: 394px;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
@@ -30,6 +31,14 @@
|
||||
display: block;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(lg) {
|
||||
font-size: 38px;
|
||||
line-height: 39px;
|
||||
span {
|
||||
font-size: 22px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user