Skip to content

Commit ac5aae7

Browse files
committed
styling
1 parent 554e8a9 commit ac5aae7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/.DS_Store

0 Bytes
Binary file not shown.

docs/Repository_Structure_and_automations/New_Data_Workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ on:
113113

114114
This means that should a submission need to be edited, the checks will run again until the relevant sections pass or the issue is closed.
115115

116-
#### permissions
116+
#### Permissions
117117
For workflows which need to interact with the repository, we need to define what the action is allowed to do. In this case, we can change the issue, repository content and create a pull request.
118118
```yaml
119119
permissions:

docs/stylesheets/extra.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
font-family: "Akshar", sans-serif;
3737
}
3838

39-
h1,h2{
39+
h1,h2,h3,h4,h5,h7,h7,h8,h9{
4040
font-family: "Akshar", sans-serif;
4141
}
4242

0 commit comments

Comments
 (0)