Skip to content

Commit c27c62a

Browse files
change style
1 parent a93eebe commit c27c62a

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

_layouts/default.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,22 @@
1616
{% endif %}
1717

1818
<style>
19+
.container {
20+
max-width: 800px;
21+
margin-left: 15%;
22+
margin-right: auto;
23+
padding: 0 20px;
24+
}
25+
26+
@media (max-width: 768px) {
27+
.container {
28+
margin-left: auto;
29+
margin-right: auto;
30+
padding: 0 15px;
31+
}
32+
}
1933
body {
20-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Noto Sans KR", sans-serif;
34+
font-family: Helvetica, "Noto Sans KR", sans-serif;
2135
line-height: 1.75;
2236
letter-spacing: -0.01em;
2337
word-break: keep-all;
@@ -36,6 +50,11 @@
3650
{% include header.html %}
3751

3852
{{ content }}
53+
<div class="container"> {% include header.html %}
54+
{{ content }}
55+
<hr>
56+
<p><small> <i>Build with Jekyll and true minimal theme</i> </small></p>
57+
</div>
3958
<hr>
4059
<p><small> <i>Build with <a href="https://jekyllrb.com/">Jekyll</a> and <a href="https://github.com/cyevgeniy/jekyll-true-minimal/">true minimal theme</a></i> </small></p>
4160
</body>

0 commit comments

Comments
 (0)