Newer
Older
.background-transparent {
background-color: transparent !important;
.justify-content-space-around {
justify-content: space-around;
}
.justify-content-flex-end {
justify-content: flex-end;
}
.align-items-center {
align-items: center;
}
.align-self-center {
align-self: center;
}
.white-space-normal {
white-space: normal;
}
white-space: nowrap;
}
.img-fluid {
max-width: 100%;
height: auto;
}
.position-relative {
position: relative;
}
.position-absolute {
position: absolute;
.subhead {
font-size: 1rem;
line-height: 1.5rem;
letter-spacing: 1.1px;
font-weight: 600;
text-transform: none;
}