Commit 8ebe30d2 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt Committed by Robert
Browse files

let calendar sheets and content preview images float on smaller viewports

parent d54ed992
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -118,6 +118,8 @@

    .on-small-devices({
        font-size: 0.5rem;
        margin: 0 1rem 1rem 0;
        float: left;
    });

    > * {
+12 −0
Original line number Diff line number Diff line
@@ -243,6 +243,16 @@

.content-preview-body-content {
    display: flex;

    &:after {
        content: " ";
        display: table;
        clear: both;
    }

    .on-small-devices({
        display: block;
    })
}

.content-image {
@@ -255,6 +265,8 @@

    .on-small-devices({
        width: 100px;
        float: left;
        margin: 0 1rem 1rem 0;
    });
}