This commit is contained in:
Kenneth Jannette
2024-01-31 22:47:11 -06:00
parent 51b06c0b13
commit efdeab829a
2 changed files with 15 additions and 7 deletions

View File

@@ -27,6 +27,9 @@
display: flex;
flex-direction: column;
width: 100%;
padding: 0px 10px;
background-color: #e6e6e653;
border-radius: 10px;
}
.steps-text-wrapper {
@@ -67,6 +70,7 @@
.mini-break {
margin: 8px 0px;
}
.image-moun {
display: flex;
flex-direction: column;
@@ -81,3 +85,8 @@
.bold-span {
font-weight: 500;
}
.barzee {
padding-right: 20px;
margin-top: -12px;
}