Skip to content

Commit 86a0231

Browse files
author
Dean Sofer
committed
Logos and shit
1 parent fd08357 commit 86a0231

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

css/app.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,19 @@ section {
4242
.hero-unit .alert-error {
4343
color: #B94A48;
4444
}
45+
.hero-unit .container {
46+
position: relative;
47+
}
48+
.hero-unit h1:before {
49+
display: block;
50+
content: '';
51+
height: 200px;
52+
width: 200px;
53+
background: url('../logo/UI_Shield.png') no-repeat;
54+
background-size: contain;
55+
position: absolute;
56+
left: 0;
57+
}
4558
.bs-docs-social {
4659
margin-top: 1em;
4760
padding: 15px 0;

0 commit comments

Comments
 (0)