fix width

This commit is contained in:
AlecM33
2023-02-21 22:08:30 -05:00
parent ff55c6d2d9
commit e10a14d69f

View File

@@ -314,6 +314,10 @@ option {
margin: 0 auto;
}
#step-4 > div {
width: 100%;
}
#step-4 div:nth-child(2) {
margin-top: 25px;
}