Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit a0a0e8f

Browse files
Eric Jimeneznaomiblack
Eric Jimenez
authored andcommitted
docs: align badges vertically within their container, remove shadow from content area
1 parent d12b74d commit a0a0e8f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

public/docs/_layout.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ html(lang="en" ng-app="angularIOApp" itemscope itemtype="http://schema.org/Frame
2525
else
2626
article(class="l-content-small grid-fluid docs-content")
2727
div(class="c10")
28-
.showcase.shadow-1
28+
.showcase
2929
.showcase-content
3030
!= yield
3131
if (current.path[3] == 'guide' || current.path[3] == 'tutorial') && current.path[4]

public/resources/css/module/_hero.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ $hero-padding: ($unit * 10) ($unit * 6) ($unit * 7);
6767
}
6868

6969
.badges {
70+
display: flex;
71+
justify-content: flex-start;
72+
align-content: space-around;
73+
align-items: center;
74+
7075
margin-top: 4px;
7176

7277
.status-badge {

0 commit comments

Comments
 (0)