7 lines
144 B
CSS
7 lines
144 B
CSS
.layout {
|
|
padding-bottom: 7.7rem;
|
|
font-family: var(--ff-fira-sans);
|
|
background-color: var(--Brand-Coffee-Subtle);
|
|
min-height: 100dvh;
|
|
}
|