WIP
This commit is contained in:
@@ -15,6 +15,7 @@ section.services-blocks {
|
||||
}
|
||||
|
||||
.block {
|
||||
position: relative;
|
||||
padding: 2rem 1.5rem;
|
||||
background-color: $c-lightNavy;
|
||||
color: $c-white;
|
||||
@@ -46,6 +47,13 @@ section.services-blocks {
|
||||
}
|
||||
|
||||
.large-arrow {
|
||||
position: absolute;
|
||||
right: 1.5rem;
|
||||
bottom: 1.5rem;
|
||||
opacity: 0.25;
|
||||
width: 40%;
|
||||
height: auto;
|
||||
|
||||
@include media-breakpoint-down(lg) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user