Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

demo: fixing alignment of button links on home page #4225

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions demo/src/app/default/default.component.html
Expand Up @@ -68,7 +68,7 @@ <h3>Widgets</h3>
<a routerLink="/components/rating">rating</a> and
<a routerLink="/components/typeahead">typeahead</a>.
</p>
<a class="btn btn-outline-primary" routerLink='/components'>See all widgets</a>
<a class="btn btn-outline-primary align-self-md-start" routerLink='/components'>See all widgets</a>
</div>

<div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white d-flex flex-column align-items-center align-items-md-start">
Expand Down Expand Up @@ -121,7 +121,7 @@ <h3>Community</h3>
<p>
We give back to the community by contributing to projects we build upon (Angular, Bootstrap).
</p>
<a class="btn btn-outline-primary" target="_blank" rel="noopener" href="http://stackoverflow.com/questions/tagged/ng-bootstrap">See us on Stack Overflow</a>
<a class="btn btn-outline-primary align-self-md-start" target="_blank" rel="noopener" href="http://stackoverflow.com/questions/tagged/ng-bootstrap">See us on Stack Overflow</a>
</div>
</div>
</div>