Closed hollowaykeanho closed 1 year ago
Issue was caused by the missing viewport meta tag: <meta name="viewport" content="width=device-width, initial-scale=1" />
.
Adding it into HTML template solves the problem but break existing UI components library (as they were designed without it) in Issue #24. Hence, we need review each of them in that issue ticket. Marked as solved.
Description
For some reasons, the current
core_hestiaUI
always self-adjusting its basefont-size
when being wrapped inside a<div>
container. This is especially true using its grid system (e.g.<div class='column'>
). See screenshot:Expected Behavior
The font remains the same even when being used in
core_hestiaUI
grid system.Current Behavior
The font gets smaller being used in
core_hestiaUI
grid system.Steps to Reproduce (COMPULSORY)
(1) Warp a
<p>
inside a grid system in the__content.html
. E.g.(2) Import
core_hestiaUI
in the__components.toml
file.(3) Switch to browser debug mode. Observe using iPhone SE device.
Attachments