@charset "UTF-8";

.has-drop-cap {
    min-height: 3em;
}

.has-drop-cap:not(:focus)::first-letter {
    font-size: 4em;
}


// has-
p.has-background,
div.has-background {
    padding: 1.5em;
}

@include tab {

    div.has-background {
        padding: 2em;
    }
}
