Skip to content

Commit

Permalink
Mobile friendly, increase stories per row
Browse files Browse the repository at this point in the history
  • Loading branch information
mas-4 committed May 27, 2024
1 parent a34ce10 commit 4c8ee71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/site/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ blockquote::before, blockquote::after, q::before, q::after {
padding: 10px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
max-width: 40em;
width: 20em;
}

.storylink {
Expand Down Expand Up @@ -215,4 +215,3 @@ blockquote::before, blockquote::after, q::before, q::after {
padding: 10px;
animation: ticker 10s linear infinite;
}

0 comments on commit 4c8ee71

Please sign in to comment.