summaryrefslogtreecommitdiff
path: root/src/components/stylesheets/shared.css
blob: dd50228357088fb79350af56fb1f2030b3286276 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#page-content-wrapper {
  width: 80%;
  display: flex;
  position: relative;
  top: 80px;
  left: 10%;
}

.button {
  background-color: #394490;
}

.main-view {
  width: 80%;
  margin: auto;
}