added new style responsive

This commit is contained in:
2025-09-24 16:22:31 -06:00
parent 79038e51af
commit 114511d04b
5 changed files with 77 additions and 59 deletions
+11 -10
View File
@@ -1,11 +1,12 @@
.stepNavigator {
position: relative;
max-width: 600px;
margin-top: 1rem;
border: 1px solid #e5e7eb;
border-radius: 4px;
background-color: #f9fafb;
padding: 1rem;
display: flex;
flex-direction: column;
}
position: relative;
width: 100%;
max-width: 600px;
margin-top: 1rem;
border: 1px solid #e5e7eb;
border-radius: 4px;
background-color: #f9fafb;
padding: 1rem;
display: flex;
flex-direction: column;
}