Skip to content

Commit

Permalink
#142 awards headers based on screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
pr130 committed Sep 24, 2020
1 parent 1797252 commit f2d4acf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
18 changes: 0 additions & 18 deletions content/en/education/what-is-data.md

This file was deleted.

5 changes: 4 additions & 1 deletion layouts/shortcodes/price.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<div class="row my-1">
<div class="col-12 col-md-6 col-lg-7 align-self-center {{.Get `order`}}">
<h3>{{.Get "year"}}</h3>
<h1 class="ca-green-text my-0">
<h3 class="d-lg-none ca-green-text my-0">
{{ .Inner }}
</h3>
<h1 class="d-none d-lg-block ca-green-text d-xs my-0">
{{ .Inner }}
</h1>
</div>
Expand Down

0 comments on commit f2d4acf

Please sign in to comment.