Skip to content

Commit

Permalink
fix(docs): update mobile styles (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed Jun 13, 2018
1 parent 9e44fb8 commit 6af2694
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
2 changes: 2 additions & 0 deletions docs/app/@theme/components/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<li><strong class="title">More from Akveo</strong></li>
<li><a href="http:https://akveo.com?utm_source=nebular_documentation&utm_medium=footer" target="_blank">Homepage</a></li>
<li><a href="https://akveo.github.io/react-native-ui-kitten?utm_source=nebular_documentation&utm_medium=footer">React Native UI Kitten</a></li>
<li><a href="http:https://akveo.com/ngx-admin?utm_source=nebular_documentation&utm_medium=footer"
target="_blank">ngx-admin</a></li>
</ul>
</div>
<div>
Expand Down
3 changes: 2 additions & 1 deletion docs/app/@theme/components/footer/footer.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
display: flex;
margin-right: 0;
justify-content: center;

width: 100%;
&:last-child {
margin-right: 0;
}
Expand Down Expand Up @@ -75,6 +75,7 @@
> div {
justify-content: flex-start;
margin-right: 2rem;
width: auto;

li {
justify-content: flex-start;
Expand Down
4 changes: 0 additions & 4 deletions docs/app/@theme/components/header/header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@
@include media-breakpoint-up(is) {
.section {
padding: 0.875rem 1.125rem;

&.right {
margin-left: 1.875rem;
}
}
}

Expand Down
4 changes: 0 additions & 4 deletions docs/app/@theme/components/hero/hero.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
flex: 1 0 auto;
padding: 0 1rem 10rem;

.block, .shield {
padding: 0 1.125rem;
}

.block {
flex: 1;
padding-top: 4rem;
Expand Down
3 changes: 0 additions & 3 deletions docs/app/documentation/page/page.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,6 @@
.horizontal-nav {
margin-top: 1rem;

nb-card-header {
padding-bottom: 2rem;
}
nb-card-body {
background-color: nb-theme(layout-bg);
padding: 0;
Expand Down

0 comments on commit 6af2694

Please sign in to comment.