Skip to content

Commit 30fbbba

Browse files
authored
Merge pull request #11 from vsoch/add/min-width
Setting minimum width of top right repo name
2 parents 6135e18 + 133c1a1 commit 30fbbba

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Critical items to know are:
1414
- changed behaviour
1515

1616
## [master](https://github.com/vsoch/docsy-jekyll/tree/master)
17+
- minimum width of 150px for top right site name (0.0.13)
1718
- tags page and option to link to it from post/docs tags (0.0.12)
1819
- adding search endpoint tags to docs (0.0.11)
1920
- adding site.url to config, making links in readme absolute (0.0.1)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.12
1+
0.0.13

_includes/navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<div class="md-source__icon" style="padding-top:5px">
5151
<i class="fa fa-github fa-3x"></i>
5252
</div>
53-
<div class="md-source__repository">
53+
<div class="md-source__repository" style="min-width:150px">
5454
{{ site.github_user }}/{{ site.github_repo }}
5555
</div></a>
5656
</div>

0 commit comments

Comments
 (0)