Rebased the branch
This commit is contained in:
@ -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 {
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user