Skip to content

Commit fbfc041

Browse files
authored
refactor: tighten up the contents of the footer (#33)
* refactor: tighten up the contents of the footer * chore: delete it, don't comment it out * ci: add labeler workflow
1 parent 1bcd624 commit fbfc041

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.github/workflows/labeler.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Labeler
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
8+
permissions:
9+
contents: read
10+
pull-requests: write
11+
12+
jobs:
13+
label-pr:
14+
uses: esacteksab/.github/.github/workflows/labeler.yml@21bd7f88fef63b0a428dcbed6db9b5020c689682

assets/css/main.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,7 @@ hr {
381381

382382
footer p {
383383
margin-block: 0;
384-
}
385-
footer .list-inline {
386-
margin-bottom: 1em;
387-
padding-top: 10px;
384+
padding-block: 0;
388385
}
389386

390387
blockquote {

0 commit comments

Comments
 (0)