We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659e042 commit f862c10Copy full SHA for f862c10
_assets/style.css
@@ -0,0 +1,10 @@
1
+.wrapper {
2
+ width: auto;
3
+ margin: 0;
4
+}
5
+
6
+section {
7
+ float: none;
8
9
+ margin-left: 300px;
10
_layouts/default.html
@@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
+ <link rel="stylesheet" href="{{ "/_assets/style.css?v=" | append: site.github.build_revision | relative_url }}">
<!--[if lt IE 9]>
11
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
12
<![endif]-->
0 commit comments