~mika/www.m1kadev.nl

ref: b6cc29114a448386356418cebbff35ca4793cd63 www.m1kadev.nl/styles/thoughts.css -rw-r--r-- 353 bytes
b6cc2911 — m1ka dockerise the building/running of www 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.thought {
    display: block;
    /*background-color: #00000050;*/
    padding-left: 1em;
    padding-right: 1em;
}

.thought>h3 {
    padding-top: .2em;
}

.thought>span {
    display: block;
    padding-left: .5em;
    font-style: italic;
}

.thought>small {
    text-align: right;
    display: block;
}

main hr:first-of-type {
    display: none;
}