/**
 * Theme Name:   	 Cleanblog Child
 * Theme URI:    	 http://www.robertdevore.com/clean-blog-free-wordpress-theme/
 * Description:  	 Child Theme for the Clean Blog WordPress theme
 * Author:       	 Thoams Lison
 * Author URI:   	 http://www.deviodigital.com/
 * Template:     	 cleanblog
 * Version:      	 1.0.1
 * GitHub Theme URI: https://github.com/deviodigital/cleanblog-child/
 * GitHub Branch:    master
 */

/* ----------------------------------------------------------------------------
 * Child Theme style.css styles begin here!
 * ------------------------------------------------------------------------- */
#footer-menu {
	margin-top: 15px;
}
 
 #footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0 !important;
}

#footer-menu ul li {
	padding: 5px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}