Skip to content

Commit

Permalink
change font size
Browse files Browse the repository at this point in the history
  • Loading branch information
xxseason committed Oct 24, 2015
1 parent 3b640f9 commit ec302ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
width: 100%;
}
.address {
font-size: 32px;
font-size: 18px;
color: #333;
text-align: center;
margin-top: -42px;
}
.description {
font-size: 26px;
font-size: 14px;
color: #666;
margin: 0px 20px;
padding: 48px 15px;
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
}
.intro {
font-size: 26px;
font-size: 14px;
color: #333;
margin: 0px 20px;
padding: 34px 15px;
Expand Down

0 comments on commit ec302ae

Please sign in to comment.