summaryrefslogtreecommitdiff
path: root/css/container.css
blob: aa70303515fce0af23f7a6a7309ccd936dd26a03 (plain)
1
2
3
4
5
6
7
8
9
10
.container {
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 20px;
    border: 1px solid #98A5B0;
    border-radius: 10px;
}