123456789101112131415161718192021 |
- /* html,body{
- height: 100%;
- } */
- .orderconfirmationMain{
- /* height: 100%; */
-
- padding-top: 5rem;
-
- display: flex;
-
- justify-content: center;
- }
-
- .ordercontainerconfirm{
- max-width: 800px;
- height: max-content;
- }
-
- .summaryconfirmdetails{
- width: 250px;
- }
|