Skip to content

Commit 7f0ade1

Browse files
committed
minor improvement to social media feeds
1 parent 2d8828f commit 7f0ade1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/feed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h1 class="title">Social Media Feed</h1>
172172
.toot {
173173
padding-top: 2rem !important; /* Increases the top padding */
174174
padding-bottom: 2rem !important; /* Increases the bottom padding */
175-
min-height: 1000px; Uncomment this if you want to force a specific minimum height */
175+
/* min-height: 1000px; Uncomment this if you want to force a specific minimum height */
176176
}
177177

178178
/* Hide the @username handle, leaving only the display name */

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h2 class="anchored" data-anchor-id="welcome-to-the-stemcoding-landing-page">Wel
173173
.toot {
174174
padding-top: 2rem !important; /* Increases the top padding */
175175
padding-bottom: 2rem !important; /* Increases the bottom padding */
176-
min-height: 1000px; /*Uncomment this if you want to force a specific minimum height */
176+
/* min-height: 1000px; Uncomment this if you want to force a specific minimum height */
177177
}
178178

179179
/* Hide the @username handle, leaving only the display name */

feed.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ title: "Social Media Feed"
1818
.toot {
1919
padding-top: 2rem !important; /* Increases the top padding */
2020
padding-bottom: 2rem !important; /* Increases the bottom padding */
21-
min-height: 1000px; Uncomment this if you want to force a specific minimum height */
21+
/* min-height: 1000px; Uncomment this if you want to force a specific minimum height */
2222
}
2323

2424
/* Hide the @username handle, leaving only the display name */

index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ We hope you enjoy this site! Check out our [Social Media Feed](feed.qmd) to see
4040
.toot {
4141
padding-top: 2rem !important; /* Increases the top padding */
4242
padding-bottom: 2rem !important; /* Increases the bottom padding */
43-
min-height: 1000px; /*Uncomment this if you want to force a specific minimum height */
43+
/* min-height: 1000px; Uncomment this if you want to force a specific minimum height */
4444
}
4545

4646
/* Hide the @username handle, leaving only the display name */

0 commit comments

Comments
 (0)