Page MenuHomePhabricator

[Mobile] Text looks too big on mobile.
Closed, ResolvedPublic

Description

IMG_2481.PNG (1×640 px, 81 KB)

Event Timeline

vshchepakina assigned this task to HuiZSF.
vshchepakina raised the priority of this task from to Medium.
vshchepakina updated the task description. (Show Details)

@vshchepakina
Reduced font size to 1.6em on screen which has the width less than 768px.

Added rule to solve this problem:

@media (max-width: 767px) {
    /*97318*/
    .intro {
      	font: bold 1.4em/1.2em "Georgia",serif;
    }
}
HuiZSF set Security to None.