more
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user