Skip to content

Commit

Permalink
closing issues OCHA-DAP#66 and OCHA-DAP#62
Browse files Browse the repository at this point in the history
  • Loading branch information
luiscape committed Jul 14, 2014
1 parent 576865a commit e3da924
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 7 additions & 1 deletion wp-content/themes/acute/assets/css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
@media only screen
and (max-width: 767px) {

.fix {}

.entry-header {
width: 100%;
}

/* BODY */
#main-container {
padding: 0px 30px;
Expand Down Expand Up @@ -104,7 +110,7 @@ and (max-width: 767px) {

.entry-header .entry-title {
font-size: 32px;
line-height: 38px;
line-height: 38px;
}

blockquote p {
Expand Down
5 changes: 4 additions & 1 deletion wp-content/themes/acute/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@


body {
background-color: #1ebfb3; /* EDIT: it was #fff */
background-color: #1ebfb3;
color: #404040;
font: 17px/30px "Source Sans Pro", Helvetica, Arial, sans-serif; /* It was 'Source Sans Pro' */
font-weight: 300;
background-size: 1500px;
max-width: 1260px;
margin-left: auto;
margin-right: auto;
}

p {
Expand Down

0 comments on commit e3da924

Please sign in to comment.