/*
Theme Name: Regan 16 Child Theme
Theme URI: https://pretentia.com
Author: Pretentia
Author URI: https://pretentia.com
Template: twentysixteen
Description: A Twenty Sixteen child theme uses a very simple and clean design for the blog posts and pages.
Version: 1.1
Text Domain: twentysixteen
*/

body #content .post .entry-content {
    float: none;
    width: 100%;
}
body #content .post .entry-footer {
    display: none;
}

ul { padding-left: 50px; list-style:none; }

.entry-content ul li{
font-weight: bold;
list-style:circle;
}

/* ------- Responsive code here ------- */

@media only screen and (max-width:909px){
    body #content .post .entry-content {
        float: none;
        margin: 0 7.6923%;
        width: auto;
    }
}
