Explicitly declare base font size as `16px`
1 files changed, 5 insertions(+), 1 deletions(-) M byceps/blueprints/core/static/style/common.css
M byceps/blueprints/core/static/style/common.css => byceps/blueprints/core/static/style/common.css +5 -1
@@ 15,8 15,12 @@ body { padding: 0; } +html { + font-size: 16px; +} + body { - font-size: 100%; /* 16px */ + font-size: 1rem; /* 16px */ } main {