This commit is contained in:
Kenneth Jannette
2024-01-12 18:57:05 -06:00
parent 915472c86f
commit 9965471c56
3 changed files with 52 additions and 4 deletions

View File

@@ -99,4 +99,19 @@ p {
font-size: 15px;
line-height: 21px;
}
.mobile-info-heading-dashboard {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 2px 6px 2px 6px;
text-align: justify;
font-size: 15px;
line-height: 21px;
}
.mobile-text-dashboard {
margin-bottom: 6px;
padding: 0px 6px;
}
}