Skip to content

Commit

Permalink
Merge pull request #877 from plone/improve-docs-tiling
Browse files Browse the repository at this point in the history
Improve docs styles
  • Loading branch information
jensens committed Nov 14, 2018
2 parents 7751bb7 + 9ad9260 commit 97e8bb4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ New features:

Bug fixes:

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


2.7.6 (2018-10-08)
Expand Down
12 changes: 11 additions & 1 deletion mockup/less/docs.less
Original file line number Diff line number Diff line change
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;
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 97e8bb4

Please sign in to comment.