Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

change the value. #58

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="main-info">
<a href="{{ site.url }}" class="logo"><img src="{{ site.url }}/images/{{ site.logo }}"></a>
<h1>
{{ site.title }}
{{ site.title }}testtest
</h1>
<h2>
{{ site.description }}
Expand Down
4 changes: 3 additions & 1 deletion assets/_sass/_site.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.block-left {
float: left;
width: 30%;
.content {
z-index: 1;
position: relative;
Expand All @@ -8,12 +9,13 @@

.block-right {
float: right;
width: 70%;
overflow-y: auto;
}

.block-left,
.block-right {
width: 50%;
//width: 50%;
height: 100%;
position: relative;
display: table;
Expand Down