Changed layout for mobile version

This commit is contained in:
shashankmehta
2012-10-30 09:24:26 +05:30
parent c64954ffc0
commit 4e5f2c77f5

View File

@@ -3,6 +3,9 @@
<body>
<div class="container">
<div class="left-col">
<header id="header" class="inner">{% include header.html %}</header>
</div>
<div class="mid-col">
{% unless page.banner == false %}
{% include banner.html %}
@@ -13,9 +16,6 @@
<footer id="footer" class="inner">{% include footer.html %}</footer>
{% include after_footer.html %}
</div>
<div class="left-col">
<header id="header" class="inner">{% include header.html %}</header>
</div>
</div>
</body>
</html>