summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/project/project.css
blob: 36ed597c47ab2ad282473c8dcd6ae9d8a1f59089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.app > .projectContainer {
  width: 100%;
  height: calc(100% - 3.125rem);
  overflow: scroll;
}

.project-index {
  margin-top: 1rem;
}

.project-form h3 {
  margin-top: 3rem;
}