Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
changed border radius/background and preview colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Coachbre committed Mar 19, 2021
1 parent 6175414 commit fdbda0b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ html {
margin-top: 5px;
float: left;
box-sizing: border-box;

margin-left: 100px;

}

.parkCard {
Expand Down Expand Up @@ -101,6 +100,11 @@ html {
padding: 25px;

}

#eateryLocation {
margin: 30px;
/* creates margin between city, state and details button.. but centers location? */
}

.button {
box-shadow:inset 0px 1px 0px 0px #ffffff;
Expand Down Expand Up @@ -143,6 +147,7 @@ html {
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
border-style: outset;
padding: 50px;
overflow: scroll;
}

Expand Down

0 comments on commit fdbda0b

Please sign in to comment.