Skip to content

Commit 195ce2a

Browse files
Add title, make footer smaller
1 parent dd29fd9 commit 195ce2a

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

assets/css/main.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,11 @@ search: false
1212
.site-logo img {
1313
max-height: 4rem !important;
1414
}
15+
16+
.page__footer {
17+
padding: 1em 0 !important;
18+
}
19+
20+
.page__footer-copyright {
21+
font-size: 0.8em;
22+
}

index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
layout: splash
33
---
4-
<div align="center">
54
# What is PHP Debugger?
6-
</div>
75

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

0 commit comments

Comments
 (0)