This repository has been archived on 2025-03-25. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
little-lemon/src/styles/ConfirmedBookingPage.css
2023-08-17 19:53:36 -04:00

16 lines
220 B
CSS

.confirmed {
margin: auto;
padding: 1rem;
}
.confirmed h1 {
font-size: 2rem;
margin: 0;
}
.confirmed article {
background-color: var(--primary-1);
border-radius: 2rem;
padding: 2rem 3rem;
text-align: center;
}