Fixed column not spanning properly
This commit is contained in:
@ -13,7 +13,7 @@ block content
|
|||||||
i.fa.fa-laptop
|
i.fa.fa-laptop
|
||||||
| API Console
|
| API Console
|
||||||
a.btn.btn-lg.btn-primary(href='http://developer.github.com/v3/', target='_blank')
|
a.btn.btn-lg.btn-primary(href='http://developer.github.com/v3/', target='_blank')
|
||||||
i.fa.fa-code-fork
|
i.fa.fa-file-text-o
|
||||||
| Documentation
|
| Documentation
|
||||||
|
|
||||||
.panel.panel-default
|
.panel.panel-default
|
||||||
@ -23,7 +23,7 @@ block content
|
|||||||
.row
|
.row
|
||||||
.col-xs-4
|
.col-xs-4
|
||||||
img.img-rounded.img-responsive(src='https://github.global.ssl.fastly.net/images/modules/logos_page/Octocat.png')
|
img.img-rounded.img-responsive(src='https://github.global.ssl.fastly.net/images/modules/logos_page/Octocat.png')
|
||||||
.col-sm-6.col-md-8
|
.col-xs-8
|
||||||
h4
|
h4
|
||||||
a(href='#{repo.html_url}') #{repo.name}
|
a(href='#{repo.html_url}') #{repo.name}
|
||||||
p
|
p
|
||||||
|
Reference in New Issue
Block a user