summaryrefslogtreecommitdiff
path: root/src/components/stylesheets/shared.css
blob: 9bda3689bc99b752f2586ecaccded100648e4b76 (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: 50%;
}

.button {
  background-color: #394490 !important;
}

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

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