Skip to content

Commit

Permalink
fix(demo): fix logo for getting-started page (#3448)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilAlexei authored and valorkin committed Jan 12, 2018
1 parent 5edd41c commit 3de13fb
Show file tree
Hide file tree
Showing 3 changed files with 29 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
21 changes: 21 additions & 0 deletions demo/src/assets/images/logos/ngx-bootstrap-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3de13fb

Please sign in to comment.