Skip to content

Commit 2811bf9

Browse files
author
FACTTIC
committed
Footer: 2 columnas en desktop, legal ancho completo
1 parent 234637c commit 2811bf9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

css/main.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2940,6 +2940,17 @@ section[id] {
29402940
gap: var(--space-6);
29412941
}
29422942

2943+
@media (min-width: 768px) {
2944+
.footer-content {
2945+
grid-template-columns: 2fr 1fr;
2946+
}
2947+
2948+
.footer-legal {
2949+
grid-column: 1 / -1;
2950+
max-width: 100%;
2951+
}
2952+
}
2953+
29432954
.footer-about h4,
29442955
.footer-links h4 {
29452956
color: white;

0 commit comments

Comments
 (0)