Skip to content

Commit

Permalink
mobile: decrease indent for nested lists
Browse files Browse the repository at this point in the history
  • Loading branch information
captn3m0 committed Feb 19, 2017
1 parent 01eb821 commit 4222a2d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ li {
> ul,
> ol {
margin-bottom: 0;
@include media-query($on-palm) {
margin-left: 8px;
}
}
}

Expand Down
6 changes: 4 additions & 2 deletions cfp.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,10 @@ advance and we'll do our best to sort it out.

### School programme

| **Dates:** || **15-16 May 2017 (workshop for volunteers)** |
| || **17-31 May (The school programme)** |
**Dates**:

**15-16 May 2017 (workshop for volunteers)**
**17-31 May (The school programme)**

The hillhacks school programme brings volunteer teachers and presenters to local
primary, secondary and tertiary schools for workshops and classes. We offer a
Expand Down
8 changes: 4 additions & 4 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ $on-laptop: 800px;

// Import partials from `sass_dir` (defaults to `_sass`)
@import
"base",
"layout",
"syntax-highlighting",
"styles"
"base",
"layout",
"syntax-highlighting",
"styles"
;

0 comments on commit 4222a2d

Please sign in to comment.