Rebased the branch

This commit is contained in:
trion129
2016-07-02 10:51:48 +05:30
parent 081fcdd563
commit e392b37add
2 changed files with 10 additions and 1 deletions

View File

@ -1155,6 +1155,15 @@ code {
} }
} }
//make about page contact table reponsive on small screens
@media only screen
and (max-width : 400px) {
table.response-table td {
width: 100%;
display: block;
}
}
// make btn-default hover more visible // make btn-default hover more visible
.btn-default:active, .btn-default:active,
.btn-default:hover { .btn-default:hover {

View File

@ -169,7 +169,7 @@ block content
.row .row
.col-xs-12.col-sm-10.col-sm-offset-1.col-md-6.col-md-offset-3 .col-xs-12.col-sm-10.col-sm-offset-1.col-md-6.col-md-offset-3
h2.text-center Whom to contact for what h2.text-center Whom to contact for what
table.table.table-stripe table.table.table-stripe.response-table
tr tr
td Support ( td Support (
a(href='mailto:team@freecodecamp.com') team@freecodecamp.com a(href='mailto:team@freecodecamp.com') team@freecodecamp.com