style: modified tag cloud page font size
This commit is contained in:
parent
2e33d9af70
commit
89aba08e34
|
@ -3,9 +3,9 @@
|
|||
<div class="tagcloud-container">
|
||||
<div class="tagcloud-content">
|
||||
<%- tagcloud({
|
||||
min_font: 0.98,
|
||||
max_font: 1.50,
|
||||
unit: 'em',
|
||||
min_font: 1,
|
||||
max_font: 1.6,
|
||||
unit: 'rem',
|
||||
amount: 100
|
||||
}) %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue