Skip to content

Commit

Permalink
fix(demo): fix logo for getting-started page
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Aleksandrov committed Jan 12, 2018
1 parent 7346a5a commit 790b8b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<demo-section>
<div id="content" class="content-box">

<div class="image-responsive img-fluid">
<img class="mx-auto center-block d-block" src="assets/images/logos/angular.svg"
alt="angular logo" width="250" height="250">
<div class="image-responsive img-fluid main-logo">
<img class="mx-auto center-block d-block" src="assets/images/logos/ngx-bootstrap-logo.svg"
alt="angular logo" width="200" height="200">
</div>

<h1 align="center">
Expand Down
5 changes: 5 additions & 0 deletions demo/src/assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,11 @@ a:hover {
}
}
}

.main-logo {
margin-top: 30px;
margin-bottom: 20px;
}
}
.api-doc-component {
> h3 {
Expand Down

0 comments on commit 790b8b8

Please sign in to comment.