Skip to content

Commit 2a35d21

Browse files
Make footer smaller
1 parent 090c8f9 commit 2a35d21

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

assets/css/main.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ search: false
1313
max-height: 4rem !important;
1414
}
1515

16-
.page__footer {
17-
padding: 0.5em 0 !important;
16+
.page__footer footer {
17+
padding: 0 !important;
18+
margin-top: 1em; !important;
19+
margin-bottom: 1em; !important;
1820
}

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: splash
33
---
4-
4+
<br>
55
# What is PHP Debugger?
66

77
A PHP debugging extension focused on step debugging with near-zero overhead.

0 commit comments

Comments
 (0)