10 lines
164 B
CSS
10 lines
164 B
CSS
|
|
.main-footer {
|
||
|
|
background-color: var(--color-yellow-fluo);
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: repeat(4, 1fr);
|
||
|
|
}
|
||
|
|
|
||
|
|
.main-footer p {
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
}
|