Update styles

- tweak title line height
- center image in markdown
This commit is contained in:
Vicky 2018-07-15 17:07:43 -04:00
parent 2ed572bea8
commit f94a4833f2

View file

@ -94,6 +94,8 @@ hr
.bold-title
font-size: 6rem
line-height: 1.2
margin-bottom: 0.25em
@include mobile
font-size: 3rem
text-align: center
@ -285,3 +287,7 @@ a.navbar-item:hover
background-color: #f7f7f7
pre
border-radius: 3px
img
display: block
margin: 2rem auto
max-width: 100%