Skip to content

Commit

Permalink
chore: fix width
Browse files Browse the repository at this point in the history
  • Loading branch information
shivan-s committed Oct 27, 2024
1 parent 63e2259 commit b13db8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ body {
display: flex;
margin: 0;
flex-direction: column;
width: 100dvw;
min-height: 100dvh;
line-height: 1.5;
letter-spacing: 0ch;
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1 hidden>{{ .Page.Title }}</h1>
<h2>About</h2>
</a>
</header>
<p>{{ truncate 128 .Content }}</p>
<p>{{ truncate 25 .Content }}</p>
<footer>
<a href="{{ .RelPermalink }}">Read more...</a>
</footer>
Expand Down

0 comments on commit b13db8b

Please sign in to comment.