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; }