Skip to content

Commit 11a694e

Browse files
committed
Make landing columns collapse to one on tiny screens
1 parent 46be23c commit 11a694e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/CodeMeta-Pyramids/layouts/_default/landing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<div class="section section-basic">
1010
<div class="container">
1111
<div class="row">
12-
<div id="landing-left" class="col-8 container ">
12+
<div class="landing-left col-md-8 container ">
1313
{{ partial "landing_left" . }}
1414
</div>
1515

16-
<div id="landing-right" class="col-4 container">
16+
<div class="landing-right col-md-4 container">
1717
{{ partial "landing_right" . }}
1818
</div>
1919

0 commit comments

Comments
 (0)