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

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

.error-home-link {
    margin-top: 40px;
}