Reduce number of font size
This commit is contained in:
@@ -11,3 +11,20 @@ body
|
||||
margin: 0
|
||||
padding: 0
|
||||
font-size: 100%
|
||||
|
||||
body
|
||||
margin-left: 10px
|
||||
margin-right: 10px
|
||||
padding-bottom: 10px
|
||||
color: $text-color
|
||||
font-family: $text-font
|
||||
text-rendering: optimizeLegibility
|
||||
|
||||
small
|
||||
font-size: $text-small
|
||||
|
||||
hr
|
||||
border: 0
|
||||
height: 0
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.1)
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.3)
|
||||
|
||||
Reference in New Issue
Block a user