Increase description text size on blinka page

This commit is contained in:
Melissa LeBlanc-Williams 2021-01-11 10:16:00 -08:00
parent 7f17d17a23
commit 93de5588b1
2 changed files with 20 additions and 0 deletions

15
.github/workflows/board_check.yml vendored Normal file
View 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 }}

View file

@ -15,6 +15,11 @@
}
&> p {
font-size: 1.2em;
margin-top: 0;
}
.downloads-inputs {
display: flex;
flex-direction: row;