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/Specials.css
2023-07-29 18:39:27 -04:00

14 lines
181 B
CSS

.header-row {
justify-content: space-between;
align-items: center;
}
.specials {
width: 60%;
margin: 1rem auto;
}
.specials h2 {
color: var(--primary-1);
font-size: 2rem;
}