summaryrefslogtreecommitdiff
path: root/clams-server/src/main/resources/public/css/home.css
blob: c3679b49e6d5a7d64b309cf68916805ed3f2d9d8 (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
.profile-img {
    border: 3px solid var(--text-color);
    border-radius: 20px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-bottom: 20px;
}

.right-column a {
    font-size: 1.2rem;
}

.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;
    }
}