Few minor updates
This commit is contained in:
@ -29,12 +29,6 @@ a
|
||||
// &.active
|
||||
// color link-active-color
|
||||
|
||||
strong
|
||||
font-weight bold
|
||||
|
||||
em
|
||||
font-style italic
|
||||
|
||||
img
|
||||
backface-visibility hidden
|
||||
|
||||
|
@ -64,4 +64,5 @@ nav-height = 3.11rem
|
||||
|
||||
// Timings
|
||||
fade-speed = 200ms
|
||||
transition-speed = 250ms
|
||||
transition-speed = 250ms
|
||||
mountable-transition-speed = 400ms
|
||||
|
@ -1,5 +1,3 @@
|
||||
mountable-transition-speed = 400ms
|
||||
|
||||
.mountable
|
||||
opacity 0
|
||||
transform translateY(0.85rem)
|
||||
|
@ -11,6 +11,18 @@ h2
|
||||
margin-top content-padding
|
||||
margin-bottom content-padding
|
||||
|
||||
strong
|
||||
font-weight bold
|
||||
|
||||
em
|
||||
font-style italic
|
||||
|
||||
hr
|
||||
border none
|
||||
border-bottom 1px solid text-color
|
||||
opacity 0.1
|
||||
margin-bottom content-padding
|
||||
|
||||
p > img
|
||||
max-width 100%
|
||||
border-radius 3px
|
||||
|
Reference in New Issue
Block a user