@charset "UTF-8";
/* CSS Document */
div.new_recipe {
    max-width: 10rem;
    margin-bottom: 1.25rem;
}
section.addition {
    display: none;
}
@media screen and (max-width: 768px) {
    section.addition {
        display: block;
    }
}