You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mobile home: show only first banner pane; expand callouts to single line
- .home-banner mobile: background-size auto 100% -> auto 200%, position
top-left. logo_home.png is two carousel panes stacked vertically; at
200% height the top pane fills the 200px container exactly and the
bottom (cloud biochemistry) is offscreen below.
- Add class='callout-break' to all <br> tags inside .home-callout-left
and .home-callout-right; hide them on mobile via media query so the
text flows across the page as a single line instead of multiple lines.
- .home-callout-right font-weight 700 -> 400 (regular); strong inside
drops to 700 — so only 'biomolecule sequences' is bold; the rest of
the line is regular weight.
Our lab seeks an agile and predictive understanding of how RNAs code for information processing and replication in living systems. We are creating new computational and chemical tools to enable the precise modeling and design of these RNAs.
21
21
</p>
22
-
<pclass="home-callout-right">we strive to predict<br>how <strong>biomolecule<br><spanclass="accent">sequences</span></strong> code<br>for their behavior.</p>
22
+
<pclass="home-callout-right">we strive to predict<brclass="callout-break">how <strong>biomolecule<brclass="callout-break"><spanclass="accent">sequences</span></strong> code<brclass="callout-break">for their behavior.</p>
0 commit comments