I've created a site using the Zurb Foundation 3 grid.
(我已经使用Zurb Foundation 3网格创建了一个站点。)
Each page has a large h1
: (每个页面都有一个很大的h1
:)
body { font-size: 100% } /* Headers */ h1 { font-size: 6.2em; font-weight: 500; }
<div class="row"> <div class="twelve columns text-center"> <h1> LARGE HEADER TAGLINE </h1> </div> <!-- End Tagline --> </div> <!-- End Row -->
When I resize the browser to mobile size the large font doesn't adjust and causes the browser to include a horizontal scroll to accommodate for the large text.
(当我将浏览器调整为移动大小时,大字体不会调整,并导致浏览器包含水平滚动条以适应大文本。)
I've noticed that on the Zurb Foundation 3 Typography example page , the headers adapt to the browser as it is compressed and expanded.
(我注意到在Zurb Foundation 3 Typography 示例页面上 ,标题在压缩和扩展时适应浏览器。)
Am I missing something really obvious?
(我是否真的缺少明显的东西?)
How do I achieve this? (我该如何实现?)
ask by user2213682 translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…