summaryrefslogtreecommitdiff
path: root/clams-server/src/main/resources/public/css/home.css
blob: 2cf0bd82678489652943097fb24404d235fb212d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.profile-img {
    border: 3px solid var(--text-color);
    border-radius: 20px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-bottom: 20px;
}

.description {
    display: block;
    font-size: 0.9rem;
    opacity: 0.8;
    white-space: normal;
    overflow: visible;
    word-wrap: break-word;
}

@media (max-width: 600px) {
    .profile-img {
        margin: 0 auto 20px auto;
    }
}