aboutsummaryrefslogtreecommitdiff
path: root/templates/Default/default.module.scss
blob: 7dd99c5d528cf397616c55009264988082596056 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.viewportOverrides {
    margin-top: 4em;
    margin-bottom: 3em;
}

.date {
    margin-top: 0.5em;
    padding: 0.1em 0.2em;
    display: block;
}

@media screen and (min-width: 1000px) {
    .date {
        float: right;
        padding: 0.1em 0.2em;
    }
}