aboutsummaryrefslogtreecommitdiff
path: root/web/src/styles/Quote.css
blob: 8adfb29bfdd67675b8d48610436adaecf6d05e0e (plain) (blame)
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
26
27
28
29
30
31
32
33
.quote {
    display: flex;
    flex-direction: column;
    background: #555555;
    color: #FFFFFF;
    padding: 1em;
}

ul.quoteList {
    margin: 0;
    padding: 0;
}

li.quoteList {
    list-style-type: none;
    margin-top: 1em;
    margin-bottom: 1em;
}

.author {
    display: flex;
    flex-direction: row;
}

h1.quoteAuthor {
    font-size: 1.5em;
    padding: 0;
    margin: 0 0 0 .5em;
}

.quoteText {
    margin: .5em 0;
}