footer
This commit is contained in:
parent
3739e17226
commit
677c54e96d
2 changed files with 6 additions and 2 deletions
|
|
@ -351,9 +351,13 @@ footer {
|
|||
grid-template-columns: 3fr 2fr 2fr;
|
||||
max-width: var(--max-content-width);
|
||||
margin: 3rem auto;
|
||||
padding: 1rem 2rem;
|
||||
padding: 2rem;
|
||||
gap: 1rem;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
& > :first-child {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue