mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2025-03-13 03:06:15 +00:00
Update styles
- tweak title line height - center image in markdown
This commit is contained in:
parent
2ed572bea8
commit
f94a4833f2
1 changed files with 6 additions and 0 deletions
|
@ -94,6 +94,8 @@ hr
|
||||||
|
|
||||||
.bold-title
|
.bold-title
|
||||||
font-size: 6rem
|
font-size: 6rem
|
||||||
|
line-height: 1.2
|
||||||
|
margin-bottom: 0.25em
|
||||||
@include mobile
|
@include mobile
|
||||||
font-size: 3rem
|
font-size: 3rem
|
||||||
text-align: center
|
text-align: center
|
||||||
|
@ -285,3 +287,7 @@ a.navbar-item:hover
|
||||||
background-color: #f7f7f7
|
background-color: #f7f7f7
|
||||||
pre
|
pre
|
||||||
border-radius: 3px
|
border-radius: 3px
|
||||||
|
img
|
||||||
|
display: block
|
||||||
|
margin: 2rem auto
|
||||||
|
max-width: 100%
|
Loading…
Reference in a new issue