Skip to content

Commit f862c10

Browse files
committed
full width layout
1 parent 659e042 commit f862c10

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

_assets/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.wrapper {
2+
width: auto;
3+
margin: 0;
4+
}
5+
6+
section {
7+
float: none;
8+
width: auto;
9+
margin-left: 300px;
10+
}

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

88
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
9+
<link rel="stylesheet" href="{{ "/_assets/style.css?v=" | append: site.github.build_revision | relative_url }}">
910
<!--[if lt IE 9]>
1011
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
1112
<![endif]-->

0 commit comments

Comments
 (0)