Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.

Commit 582e36d

Browse files
committed
Add some padding above logo image
1 parent 51f21f3 commit 582e36d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe
1313

1414
### Removed
1515

16+
## 1.3.2 - Sunday, 10 May 2020 ([compare to previous](https://github.com/knuckleswtf/pastel/compare/1.3.1...1.3.2))
17+
### Modified
18+
- Added some padding above the logo image
19+
1620
## 1.3.1 - Wednesday, 6 May 2020 ([compare to previous](https://github.com/knuckleswtf/pastel/compare/1.3.0...1.3.1))
1721
### Modified
1822
- Lowered minimum PHP level to 7.2.5

resources/views/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</a>
2828
<div class="tocify-wrapper">
2929
@if($page['logo'] != false)
30-
<img src="{{ $page['logo'] }}" alt="logo" class="logo" width="230px"/>
30+
<img src="{{ $page['logo'] }}" alt="logo" class="logo" style="padding-top: 10px;" width="230px"/>
3131
@endif
3232
@isset($page['language_tabs'])
3333
<div class="lang-selector">

0 commit comments

Comments
 (0)