summaryrefslogtreecommitdiff
path: root/front/src/App.css
blob: a971f8ed623be8ae63f820b6825aea900c948646 (plain)
1
2
3
4
5
6
7
8
9
10
.AppContents {
    display: flex;
    flex-direction: row;
    background-color: var(--colorscheme-white);
    padding: 25px;
}

.App > div {
    padding: 10px;
}