diff options
author | Ben Sima <ben@bsima.me> | 2019-02-04 12:33:29 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-04 12:35:27 -0800 |
commit | c363ea999b3e276840296599fe8eb4dc83aeb217 (patch) | |
tree | 8a6557a4d97c247b506a630da7b37713a82a28d4 /ibb/ibb.cabal | |
parent | 46c5df1f920ae260cdd673f87c4d64170c821170 (diff) |
Upgrade design
- correctly using .card-body, .card-title, .card-subtitle
- add more spacing overall
- add jumbotron callout/info banner
- add separate css file for custom css
Diffstat (limited to 'ibb/ibb.cabal')
-rw-r--r-- | ibb/ibb.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ibb/ibb.cabal b/ibb/ibb.cabal index b245496..1dd20f9 100644 --- a/ibb/ibb.cabal +++ b/ibb/ibb.cabal @@ -22,4 +22,5 @@ executable ibb , blaze-html , blaze-markup , text + , bytestring default-language: Haskell2010
\ No newline at end of file |