Skip to content

Commit

Permalink
update font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Tri Vuong committed Feb 9, 2012
1 parent d74739d commit 6a6e37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/style.css
Expand Up @@ -31,7 +31,7 @@ body {
margin: 30px 0; }
.slide .content {
padding: 0 35px 30px;
font-size: 1.6em; }
font-size: 2.2em; }
.slide .content .caption {
background: #000;
padding: 10px;
Expand Down
2 changes: 1 addition & 1 deletion public/css/style.scss
Expand Up @@ -39,7 +39,7 @@ body {

.content {
padding: 0 35px 30px;
font-size: 1.6em;
font-size: 2.2em;
.caption {
background:#000;
padding:10px;
Expand Down

0 comments on commit 6a6e37b

Please sign in to comment.