This commit is contained in:
Kenneth Jannette
2024-03-23 02:23:16 -05:00
parent 9db9e03755
commit b51cdeb857
5 changed files with 216 additions and 124 deletions

View File

@@ -8,6 +8,29 @@
margin: 30px 0px 0px 0px;
}
.dash-promo-first-box {
margin-top: 8px;
padding: 8px 88px;
}
.dash-promo-first-wrap {
padding: 8px 62;
background-color: aliceblue;
display: flex;
flex-direction: column;
border: 1px solid orange;
border-radius: 5px;
}
.dash-promo-first-textwrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
max-width: 620;
}
.dash-heading-text {
font-size: 1.3rem;
}