summaryrefslogtreecommitdiff
path: root/themes/stingray/static/css/main.css
blob: 76f7ef01ee5357d8078c76b36df4d6f4ebc4e5b0 (plain)
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
.jumbotron {
    max-width: 1200px;
    margin: auto;
}

#content {
    display: block;
    overflow: hidden;
    padding: 20px;
}

#card {
    float: left;
    position: relative;
    border: 1px solid black;
    margin-right: 20px;
    padding: 25px;
    max-width: 200px;
}

#card .u-photo {
    width: 100%;
    height: auto;
    object-fit: contain;
}

#card .p-nickname {
    font-weight: bold;
}