Revert from tight-h3 class to prevent text overlapping when the text wrapped on devices with lower resolution
This commit is contained in:
@ -7,7 +7,7 @@ script.
|
||||
}).done(
|
||||
function(data) {
|
||||
var github = document.createElement('div');
|
||||
$(github).html('<h3 class="tight-h3">' + data.issues + ' GitHub issues are open. <a href="https://github.com/freecodecamp/freecodecamp/issues">(create one)</a></h3><h3 class="tight-h3">' + data.pulls + ' pull requests are open. <a href="https://github.com/freecodecamp/freecodecamp/pulls">(create one)</a></div></div>').prependTo($('#github'))
|
||||
$(github).html('<h3>' + data.issues + ' GitHub issues are open. <a href="https://github.com/freecodecamp/freecodecamp/issues">(create one)</a></h3><h3>' + data.pulls + ' pull requests are open. <a href="https://github.com/freecodecamp/freecodecamp/pulls">(create one)</a></div></div>').prependTo($('#github'))
|
||||
}
|
||||
);
|
||||
})();
|
@ -7,7 +7,7 @@ script.
|
||||
}).done(
|
||||
function(data) {
|
||||
var trello = document.createElement('div');
|
||||
$(trello).html('<h3 class="tight-h3"> We help ' + data.trello + ' nonprofits. <a href="https://trello.com/b/BA3xVpz9/nonprofit-projects">(view them)</a></h3>').prependTo($('#trello'))
|
||||
$(trello).html('<h3> We help ' + data.trello + ' nonprofits. <a href="https://trello.com/b/BA3xVpz9/nonprofit-projects">(view them)</a></h3>').prependTo($('#trello'))
|
||||
}
|
||||
);
|
||||
})();
|
@ -12,14 +12,14 @@ block content
|
||||
.col-xs-12.col-sm-12.col-md-4
|
||||
.panel.panel-info
|
||||
.panel-heading.landing-panel-heading.text-center Get Connected
|
||||
.panel-body.text-center.tight-h3
|
||||
.panel-body.text-center
|
||||
img.img-responsive.img-center(src="https://s3.amazonaws.com/freecodecamp/about-chatroom.jpg" alt="A screen shot from Free Code Camp's main chat room")
|
||||
h3.tight-h3 #{c3} campers are doing challenges.
|
||||
h3.tight-h3 #{all} campers are coding for nonprofits.
|
||||
h3 #{c3} campers are doing challenges.
|
||||
h3 #{all} campers are coding for nonprofits.
|
||||
.col-xs-12.col-sm-12.col-md-4
|
||||
.panel.panel-info
|
||||
.panel-heading.landing-panel-heading.text-center Learn JavaScript
|
||||
.panel-body.text-center.tight-h3
|
||||
.panel-body.text-center
|
||||
img.img-responsive.img-center(src="https://s3.amazonaws.com/freecodecamp/about-github.jpg" alt="A screen shot of a GitHub commit graph showing a streak of 33 consecutive days of contributions")
|
||||
include ../partials/github
|
||||
.col-xs-12.col-sm-12.col-md-4
|
||||
@ -27,7 +27,7 @@ block content
|
||||
.panel-heading.landing-panel-heading.text-center Help Nonprofits
|
||||
.panel-body.text-center
|
||||
img.img-responsive.img-center(src="https://s3.amazonaws.com/freecodecamp/about-trello.jpg" alt="a screen shot of Free Code Camp's nonprofit project Trello board showing several active projects")
|
||||
h3.tight-h3 We launched #{daysRunning} days ago.
|
||||
h3 We launched #{daysRunning} days ago.
|
||||
include ../partials/trello
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user