Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into thet-npm
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Nov 26, 2018
2 parents af8fb11 + 97e8bb4 commit 57b783e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Expand Up @@ -40,7 +40,8 @@ New features:

Bug fixes:

* add items here
* Improve docs styles
[ale-rt]


2.7.6 (2018-10-08)
Expand Down
12 changes: 11 additions & 1 deletion mockup/less/docs.less
Expand Up @@ -134,7 +134,11 @@ body {
padding: 0.5em;
border: 1px solid #CCC;
display: block;
height: 135px;
overflow-y: auto;

h2 {
font-size: @font-size-base * 2;
}

&:focus {
outline: none;
Expand Down Expand Up @@ -313,3 +317,9 @@ body {
}
}
}

@media (min-width: @screen-sm-min) {
.mockup-content .mockup-patterns .mockup-pattern-tile {
height: 160px;
}
}

0 comments on commit 57b783e

Please sign in to comment.