Skip to content

Commit a48c9be

Browse files
Hid content area.
1 parent a08a92b commit a48c9be

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/assets/css/modules/pane.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
}
66

77
.pane_full {
8-
height: 98vh;
8+
height: 100vh;
99
}
1010

1111
.pane_half {
12-
height: 49vh;
12+
height: 50vh;
1313
}
1414

1515
.pane-bd {

src/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ <h1 class="txt txt_lg">{{file.meta.title}}</h1>
4545
</p>
4646
</header>
4747

48+
<!--
4849
<section class="box" role="main">
4950
<div class="wysiwyg">
5051
<h1>New Earth</h1>
@@ -72,6 +73,7 @@ <h4>The Runaway Bride</h4>
7273
<p><small>Stop talking, brain thinking. Hush. You hate me; you want to kill me! Well, go on! Kill me! KILL ME! No&hellip; It's a thing; it's like a plan, but with more greatness.</small></p>
7374
</div>
7475
</section>
76+
-->
7577

7678
</body>
7779
</html>

0 commit comments

Comments
 (0)