/*
 * SPDX-FileCopyrightText: 2023 Armas Scharpegge
 *
 * SPDX-License-Identifier: Apache-2.0
 */

@media screen and (max-width: 750px) {
    iframe {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
    }
}

.reveal pre {
  width: max-content;
}

.reveal .hljs {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

:root {
  --r-heading-color: #ebdbb2;
}

img {
    max-width: 100%;
    max-height: 50vh;
    width: 100%;
    height: 50vh;
}
