Skip to content

Commit

Permalink
Added Mobile compatibility for devices more than 250px
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbapat committed Aug 5, 2018
1 parent 5f24967 commit 58a0743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alabaster/static/alabaster.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ body {
color: {{ theme_base_text }};
margin: 0;
padding: 0;
min-width: 250px;
}


Expand Down Expand Up @@ -95,6 +96,7 @@ div.body {
background-color: {{ theme_body_bg }};
color: {{ theme_body_text }};
padding: 0 30px 0 30px;
min-width: 250px;
}

div.body > .section {
Expand Down

0 comments on commit 58a0743

Please sign in to comment.