@import 'general.css';
@import 'nav.css';

section
{
    width: 50%;
}

a.entry-title:visited::after
{
    content: url('/images/check.png');
}

@media screen and (max-width: 700px) {
    body, section, nav {
        width: 100%;
    }
}