Skip to content

Commit 7ff204b

Browse files
committed
fix: Revert default for #7
1 parent ab6c908 commit 7ff204b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
</head>
77

88
<body>
9-
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header mdl-layout--fixed-drawer has-drawer is-upgraded" data-upgraded=",MaterialLayout">
9+
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-drawer mdl-layout--fixed-header">
1010
<header class="mdl-layout__header">
11-
<div aria-expanded="false" role="button" tabindex="0" class="mdl-layout__drawer-button"><i class="material-icons">menu</i></div>
1211
<div class="mdl-layout__header-row">
1312
<span class="mdl-layout-title">
1413
{% if page.title %}<h1 id="page-title" class="mdl-typography--title">{{ page.title }}</h1>{% endif %}
@@ -38,7 +37,8 @@
3837
<div class="ribbon"></div>
3938
<main class="main mdl-layout__content">
4039
<div class="main-container mdl-grid">
41-
<div class="mdl-cell mdl-cell--2-col mdl-cell--hide-tablet mdl-cell--hide-phone"></div>
40+
<div class="mdl-cell mdl-cell--2-col"></div>
41+
<!-- <div class="mdl-cell mdl-cell--2-col mdl-cell--hide-tablet mdl-cell--hide-phone"></div> -->
4242
<div class="main-content mdl-color--white mdl-shadow--4dp mdl-color-text--grey-800 mdl-cell mdl-cell--8-col"{% if page.image != false %} style="background-image:url('{{ page.image }}');background-repeat:no-repeat;background-size:100% 350px;padding-top:350px;"{% endif %}>
4343
{{ content }}
4444
</div>

0 commit comments

Comments
 (0)