Skip to content

Commit

Permalink
Testing appearance changes
Browse files Browse the repository at this point in the history
  • Loading branch information
greenw0lf committed Jul 5, 2024
1 parent 9d5ae3e commit 7360d5f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions _includes/head-custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<link rel="shortcut icon" type="image/x-icon" href="./sos.ico">
Binary file added _includes/sos.ico
Binary file not shown.
11 changes: 11 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
---

.inner {
position: relative;
max-width: 900px;
padding: 20px 10px;
margin: 0 auto;
}

@import "{{ site.theme }}";

0 comments on commit 7360d5f

Please sign in to comment.