Ngx-admin: Reduce whole page scale

Created on 19 Oct 2017  路  1Comment  路  Source: akveo/ngx-admin

Is it possible to reduce whole page scale? It looks cleaner when zoomed out to 90%.

faq

Most helpful comment

Hey @xlemuel14, good question.
As we use rems for most of the elements/fonts' sizes, which depends on the root font size, just put font-size: 14 (15)px; on html element somewhere and that's it:

```
html {
font-size: 14px;
}

>All comments

Hey @xlemuel14, good question.
As we use rems for most of the elements/fonts' sizes, which depends on the root font size, just put font-size: 14 (15)px; on html element somewhere and that's it:

```
html {
font-size: 14px;
}

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pulfabio picture pulfabio  路  4Comments

AZm1n picture AZm1n  路  4Comments

myurAgarwal picture myurAgarwal  路  3Comments

maxlein picture maxlein  路  3Comments

lopn picture lopn  路  4Comments