/*
Theme Name: Saint Clinic
Theme URI: https://github.com/wpbrasil/odin
Description: Base theme for development with WordPress.
Author: Grupo WordPress Brasil
Author URI: http://www.facebook.com/groups/wordpress.brasil/
Version: 2.3.0
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: odin

Don't add css in this file!
The theme css is in assets/css/style.css
*/
@media only screen and (max-width: 600px) {
    #menu-footer-menu {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }
}