summaryrefslogtreecommitdiff
path: root/themes/stingray/static/css/main.css
blob: a37435493be65792011f41a69e87cf7524cbdbe7 (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
30
.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 {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
    object-fit: contain;
}

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