Skip to content

Commit

Permalink
Merge pull request #38 from bmf-san/fix/header-tag-margin
Browse files Browse the repository at this point in the history
Update header margin
  • Loading branch information
bmf-san authored Jun 11, 2022
2 parents a81c33b + afd2c1b commit 4adbc30
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/sea.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/sea.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1>Navigation</h1>
</nav>
</header>

<div class="container">
<div class="container-readable">
<div class="row">
<div class="col">
<article>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sea.css",
"version": "2.3.0",
"version": "2.4.0",
"description": "sea.css is a simple and easy to use css framework.",
"main": "dist/sea.min.css",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/base/_element.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ h4,
h5,
h6 {
font-weight: 300;
margin: 0.2em 0 0.6em 0;
margin: 0.8em 0 0.2em 0;
line-height: 1.2;
}

Expand Down

0 comments on commit 4adbc30

Please sign in to comment.