/*
 * Styles related to covers.asp
 *
 * @author Kristoffer Alfheim, Teknisk Ukeblad Media AS
 */

html {
    box-sizing: border-box;
}

* {
    box-sizing: inherit;
}

 body {
    margin: 0;
    overflow-x: hidden;
 }

.covers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}

.cover {
    display: block;
    margin: 0 5px 10px 5px;
}

.cover__img {
    display: block;
    max-width: 100%;
    height: auto;
}
