Skip to content

Commit eebb69a

Browse files
committed
change formatting of the landing page to make the social media feed look better
1 parent 5624fbb commit eebb69a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/feed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1 class="title">Social Media Feed</h1>
161161
</header>
162162

163163

164-
<iframe allowfullscreen="" sandbox="allow-top-navigation allow-scripts allow-popups allow-popups-to-escape-sandbox" width="800" height="10000" src="https://mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Fmastodon.social%2Fusers%2Fstemcoding&amp;theme=light&amp;size=200&amp;header=false&amp;replies=false&amp;boosts=true">
164+
<iframe allowfullscreen="" sandbox="allow-top-navigation allow-scripts allow-popups allow-popups-to-escape-sandbox" width="600" height="10000" src="https://mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Fmastodon.social%2Fusers%2Fstemcoding&amp;theme=light&amp;size=200&amp;header=false&amp;replies=false&amp;boosts=true">
165165
</iframe>
166166

167167

docs/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
/* For larger screens, make it even wider */
1616
@media (min-width: 1400px) {
1717
#quarto-margin-sidebar {
18-
width: 500px !important;
19-
min-width: 500px !important;
18+
width: 400px !important;
19+
min-width: 400px !important;
2020
overflow: hidden !important; /* Hide scrollbars */
2121
}
2222

feed.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: "Social Media Feed"
33
---
44

5-
<iframe allowfullscreen sandbox="allow-top-navigation allow-scripts allow-popups allow-popups-to-escape-sandbox" width="800" height="10000" src="https://mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Fmastodon.social%2Fusers%2Fstemcoding&theme=light&size=200&header=false&replies=false&boosts=true"></iframe>
5+
<iframe allowfullscreen sandbox="allow-top-navigation allow-scripts allow-popups allow-popups-to-escape-sandbox" width="600" height="10000" src="https://mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Fmastodon.social%2Fusers%2Fstemcoding&theme=light&size=200&header=false&replies=false&boosts=true"></iframe>
66

77

styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
/* For larger screens, make it even wider */
1616
@media (min-width: 1400px) {
1717
#quarto-margin-sidebar {
18-
width: 500px !important;
19-
min-width: 500px !important;
18+
width: 400px !important;
19+
min-width: 400px !important;
2020
overflow: hidden !important; /* Hide scrollbars */
2121
}
2222

0 commit comments

Comments
 (0)