Skip to content

Commit

Permalink
bot page made more responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoche Adittane committed Jul 19, 2016
1 parent a23aca8 commit ef4a9eb
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion app/styles/_bot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,26 @@
@media (max-width: $screen-sm-min) {

.bot {

padding-top: 35px;

.btn {
padding: 6px 12px;
font-size: 14px;

.img-bg {
height: 14px;
width: 14px;
}
}

h1 {
text-transform: uppercase;
font-size: 3rem;
font-size: 2.5rem;
}

h2 {
font-size: 2rem;
}
}

Expand Down

0 comments on commit ef4a9eb

Please sign in to comment.