feat: SW-276 Implemented child age validation
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
}
|
||||
|
||||
.childInfoContainer {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
display: grid;
|
||||
gap: var(--Spacing-x2);
|
||||
grid-template-columns: 1fr 2fr;
|
||||
}
|
||||
|
||||
.textCenter {
|
||||
|
||||
Reference in New Issue
Block a user