Commit cb185988ea364eef3a35839c7376be77fd153272

Authored by Melissa Wen
1 parent 4b9bfb44

font adjust on block title of sub-blocks

Showing 2 changed files with 4 additions and 0 deletions   Show diff stats
_conexions.sass
... ... @@ -17,6 +17,8 @@
17 17 color: #404040
18 18 font-family: 'Ubuntu Mediun'
19 19 font-size: 22px
  20 + font-variant: normal
  21 + font-weight: normal
20 22 padding: 0 0 0 20px
21 23 width: auto
22 24 .block-footer-content
... ...
_news.sass
... ... @@ -67,6 +67,8 @@
67 67 color: #BEBEBE
68 68 font-family: 'Ubuntu Mediun'
69 69 font-size: 22px
  70 + font-variant: normal
  71 + font-weight: normal
70 72 padding: 0
71 73 width: 290px
72 74 ul
... ...