Skip to content

Commit

Permalink
Merge pull request #11 from artlung/more-10
Browse files Browse the repository at this point in the history
More 10
  • Loading branch information
artlung authored May 19, 2024
2 parents a0714fd + 482272b commit 7004760
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<link>https://blogofthe.day</link>
<description>Blog of the Day</description>
<language>en</language>
<lastBuildDate>Sun, 19 May 2024 04:17:12 GMT</lastBuildDate>
<pubDate>Sun, 19 May 2024 04:17:12 GMT</pubDate>
<lastBuildDate>Sun, 19 May 2024 04:31:38 GMT</lastBuildDate>
<pubDate>Sun, 19 May 2024 04:31:38 GMT</pubDate>

<item>
<title>noisydeadlines.net</title>
Expand Down
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,18 @@
iframe, browser-window {
height: 500px;
width: clamp(500px, 80%, 800px);
overflow: hidden;
}
#buttons {
margin: auto;
display: grid;
gap: 1ch;
max-width: 24ch;
}
.button-link {
display: inline-block;
padding: 10px 20px;
margin: 10px;
padding: 1ch 2ch;
margin: 0;
background-color: var(--theme-color);
color: white;
text-decoration: none;
Expand Down

0 comments on commit 7004760

Please sign in to comment.