Skip to content

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bshyuunn authored Nov 23, 2023
1 parent f235337 commit b1fbbc6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<style>
.small-break {
margin-bottom: 10px; /* 조절하고 싶은 간격(px)을 지정합니다. */
}
</style>
<header class="site-header">
<br>
<br class="small-break">
<div class="wrapper">
{%- assign default_paths = site.pages | map: "path" -%}
{%- assign page_paths = site.header_pages | default: default_paths -%}
Expand Down

0 comments on commit b1fbbc6

Please sign in to comment.