/*
 Theme Name:   Twenty-thirteen Child
 Template:     twentythirteen
 Version:      1.0.0
*/

.footer-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
}

.footer-links span {
    flex: 1 1 30%; /* crece, encoge, base del 30% */
    text-align: center;
}

.footer-links a {
    display: inline-block;
    padding: 0.5rem;
    text-decoration: none;
}

@media (max-width: 600px) {
    .footer-links span {
        flex: 1 1 100%;
    }
}
