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

.button {
  background-color: #394490;
}

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

.listing-image {
  height: 296px;
  width: auto;
}