24 lines
323 B
CSS
24 lines
323 B
CSS
.containerTop {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.features {
|
|
display: flex !important;
|
|
justify-content: center;
|
|
align-items: stretch;
|
|
flex-wrap: wrap;
|
|
padding: 4px;
|
|
}
|
|
|
|
.featureCardTop {
|
|
margin-bottom: 8px;
|
|
}
|
|
|
|
.containerMain.featureDescription {
|
|
white-space: pre-line;
|
|
}
|
|
|
|
.resourceCards paper-shadow.healthCard {
|
|
width: 100%;
|
|
}
|