Increase description text size on blinka page
This commit is contained in:
parent
7f17d17a23
commit
93de5588b1
2 changed files with 20 additions and 0 deletions
15
.github/workflows/board_check.yml
vendored
Normal file
15
.github/workflows/board_check.yml
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# We should have some check that runs on all .md files inside boards
|
||||
# and one that runs on all .md files inside of blinka
|
||||
|
||||
name: Board Check
|
||||
on: pull_request
|
||||
jobs:
|
||||
build:
|
||||
name: calibreapp/image-actions
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: calibreapp/image-actions
|
||||
uses: docker://calibreapp/github-image-actions
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
@ -15,6 +15,11 @@
|
|||
|
||||
}
|
||||
|
||||
&> p {
|
||||
font-size: 1.2em;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.downloads-inputs {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
|
|||
Loading…
Reference in a new issue