Skip to content

Commit

Permalink
add style for location component
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelknoch committed Mar 25, 2016
1 parent 8c7c2c9 commit 144356e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
10 changes: 10 additions & 0 deletions app/LocationComponent/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.location-thumb {
float: left;
}

.location-thumb .back-img {
width: 100%;
height: 200px;
background-size: cover;
padding: 15px;
}
15 changes: 4 additions & 11 deletions style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,11 @@ body {
margin: 2em;
}

div {
box-sizing: border-box;
}

body, input[text], button {
color: #888;
font-family: Cambria, Georgia;
}

.location-thumb {
float: left;
}

.location-thumb .back-img {
width: 100%;
height: 200px;
background-size: cover;
padding: 15px;
}

0 comments on commit 144356e

Please sign in to comment.