revised content phone content

This commit is contained in:
Beverly Nguyen
2024-10-02 09:52:44 -07:00
parent 4eff686e17
commit cecfeb7441
7 changed files with 58 additions and 144 deletions

View File

@@ -699,7 +699,7 @@ ol.guidance-list li {
ol.guidance-list li::before {
content: counter(item);
background-color: #000;
background-color: #005ea2;
color: white;
width: 32px;
height: 32px;
@@ -813,3 +813,21 @@ img.guidance_card_img {
height: auto;
margin: 0 auto;
}
.svg-circle-icon {
display: inline-block;
margin: 0;
padding: 0;
vertical-align: text-bottom;
margin-right: -2px;
}
.height-phone-lg {
max-height: 500px;
}
@media (max-width: 758px) {
.guidance-flex-container {
flex-direction: column;
}
}