Skip to content

Commit 9f46449

Browse files
Modify logo size
1 parent 3ff400b commit 9f46449

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Site Settings
2+
title:
23
logo: "https://raw.githubusercontent.com/php-debugger/art/main/php-debugger-lockup.png"
34
email:
45
description: >-

assets/css/main.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
# Only the main Sass file needs front matter (the dashes are enough)
3+
search: false
4+
---
5+
6+
@charset "utf-8";
7+
8+
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
9+
@import "minimal-mistakes"; // main partials
10+
11+
// Custom styles
12+
.site-logo img {
13+
max-height: 4rem !important;
14+
}

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: single
3+
title:
34
---
45

56
## What is PHP Debugger?

0 commit comments

Comments
 (0)