/*
* WLANdoku css file
* @author Lukas Thiel
* @license MIT License
*/

:root {
    /*--pico-line-height: 1.5rem;*/
    --pico-typography-spacing-top: 1rem;
}

h1 {
    margin-top: var(--pico-typography-spacing-vertical);
}

.thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    height: auto;
}

@media only screen and (min-width:532px) {
    .thumbnail {
        max-width: 450px;
    }
}

img.avatar {
    height: 2rem;
    width: 2rem;
    object-fit: cover;
    padding:3px;
    margin-right: 10px;
    border-radius: var(--pico-border-radius);
}

a.lb-close {
	border: 0;
}
