Skip to content

Commit

Permalink
better on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulakrishna committed Apr 9, 2024
1 parent 7815ce2 commit b6563dc
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="h2 inline-block pt-2 mt-4 green-text" style="line-height: 0px;">{{ si
</header>


<ul class="container mx-auto px-2 py-2 ml-sm-2 home-posts-feed">
<ul class="container mx-auto px-2 py-2 home-posts-feed">
{% for post in site.posts %}
{% include post_block.html %}
{% endfor %}
Expand Down
2 changes: 2 additions & 0 deletions _sass/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@
}
.new-line-on-mobile {
line-break: strict;
position: relative;
left: 50px;
}
.home-posts-feed {
.link-primary {
Expand Down
2 changes: 1 addition & 1 deletion _site/assets/style.css

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

4 changes: 2 additions & 2 deletions _site/assets/style.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/feed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.1.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-04-09T13:01:41+05:30</updated><id>http://localhost:4000/feed.xml</id><title type="html">Field Notes</title><subtitle>Hello I'm a Principal Software Engineer at Bridgestone Americas. I occasionally convert my Notion Docs to markdown and publish them here.</subtitle><entry><title type="html">Recursion in React</title><link href="http://localhost:4000/notes/2024/02/21/recursion-in-react.html" rel="alternate" type="text/html" title="Recursion in React" /><published>2024-02-21T11:15:00+05:30</published><updated>2024-02-21T11:15:00+05:30</updated><id>http://localhost:4000/notes/2024/02/21/recursion-in-react</id><content type="html" xml:base="http://localhost:4000/notes/2024/02/21/recursion-in-react.html">&lt;h3 id=&quot;tldr&quot;&gt;TLDR;&lt;/h3&gt;
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.1.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-04-09T13:15:35+05:30</updated><id>http://localhost:4000/feed.xml</id><title type="html">Field Notes</title><subtitle>Hello I'm a Principal Software Engineer at Bridgestone Americas. I occasionally convert my Notion Docs to markdown and publish them here.</subtitle><entry><title type="html">Recursion in React</title><link href="http://localhost:4000/notes/2024/02/21/recursion-in-react.html" rel="alternate" type="text/html" title="Recursion in React" /><published>2024-02-21T11:15:00+05:30</published><updated>2024-02-21T11:15:00+05:30</updated><id>http://localhost:4000/notes/2024/02/21/recursion-in-react</id><content type="html" xml:base="http://localhost:4000/notes/2024/02/21/recursion-in-react.html">&lt;h3 id=&quot;tldr&quot;&gt;TLDR;&lt;/h3&gt;

&lt;hr /&gt;

Expand Down
2 changes: 1 addition & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1 class="h2 inline-block pt-2 mt-4 green-text" style="line-height: 0px;">Field
</header>


<ul class="container mx-auto px-2 py-2 ml-sm-2 home-posts-feed">
<ul class="container mx-auto px-2 py-2 home-posts-feed">

<!-- Renders post date, title, and snippet of text. -->
<li class="prose">
Expand Down

0 comments on commit b6563dc

Please sign in to comment.