-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workflow for Pagine v2.2.0. Set
min-height
to 100vh
for `main…
…` element in `doc.html`
- Loading branch information
1 parent
0e8e69c
commit 4b87b44
Showing
6 changed files
with
45 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
.content { | ||
margin: 0 40px; | ||
|
||
min-height: 100vh; | ||
|
||
font-size: 16px; | ||
|
||
a { | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
stage: | ||
- spec: "tsc/v1" | ||
title: Build TypeScript | ||
path: /script/ | ||
- job: | ||
- type: "tsc/v1" | ||
title: "Build TypeScript" | ||
path: "/script/" |