14 lines
181 B
CSS
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;
|
|
}
|