Skip to content

Commit

Permalink
fix(index): Temporary fix to set maximum height for twitter feed.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Aug 21, 2022
1 parent ba78684 commit 5ed8ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
</div>

<!-- Right column (twitter) -->
<div class="d-flex w-md-20 flex-grow-0">
<TwitterTimeline></TwitterTimeline>
<div class="d-flex w-md-20 flex-grow-0">
<TwitterTimeline style="max-height: 90vh; overflow: hidden;"></TwitterTimeline>
</div>

</div>
Expand Down

0 comments on commit 5ed8ef3

Please sign in to comment.