summaryrefslogtreecommitdiff
path: root/clams-server/src/main/resources/public/css/404.css
blob: 372f9a8dcacccbdb94c34fe59b5437407379f2f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.error-container {
    text-align: center;
    margin-top: 6.2rem;
}

.error-code {
    font-size: 5rem;
    margin-bottom: 0.6rem;
    opacity: 0.3;
}

.error-home-link {
    margin-top: 2.4rem;
}