Skip to content

Commit

Permalink
Merge pull request #78 from atelierdesmedias/smaller-logo
Browse files Browse the repository at this point in the history
Smaller logo
  • Loading branch information
MartinDelille committed Mar 11, 2023
2 parents 6132753 + 1531931 commit 6dc84a2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .stylelintrc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
extends:
- stylelint-config-standard
- stylelint-config-recommended-scss
processors:
- stylelint-processor-ignore-front-matter
ignoreFiles:
- node_modules/**/*
- vendor/**/*
- assets/style.scss
plugins:
- stylelint-scss
- stylelint-order
Expand Down
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ <h1>{{ page.title }}</h1>
{% if page.show_image and page.image %}
<img src="{{ page.image }}" alt="{{ page.title }}" class="featured">
{% endif %}
<div class="post-content">
<div class="normal post-content">
{{ content }}
</div>
</div>
{% include footer.html %}
</body>

</html>
</html>
1 change: 1 addition & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ body {
.normal {
max-width: 65ch;
margin: 2rem auto;
padding: 0 1rem;
}

section {
Expand Down
2 changes: 2 additions & 0 deletions _sass/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
top: 50%;
left: 50%;

height: 60%;

transform: translate(-50%, -50%);
}

Expand Down
4 changes: 1 addition & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"stylelint": "^14.16.1",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-order": "^6.0.1",
"stylelint-processor-ignore-front-matter": "^1.0.4",
"stylelint-scss": "^4.3.0"
}
}

0 comments on commit 6dc84a2

Please sign in to comment.