We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bcd624 commit fbfc041Copy full SHA for fbfc041
.github/workflows/labeler.yml
@@ -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
@@ -381,10 +381,7 @@ hr {
381
382
footer p {
383
margin-block: 0;
384
-}
385
-footer .list-inline {
386
- margin-bottom: 1em;
387
- padding-top: 10px;
+ padding-block: 0;
388
}
389
390
blockquote {
0 commit comments