Skip to content

Commit

Permalink
add border-radius on mastodon iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
speillet committed Dec 5, 2023
1 parent 1401e92 commit 9d3088c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1>Newsletter</h1>
</form>
</div>
<br/>
<iframe allowfullscreen sandbox="allow-top-navigation allow-scripts allow-popups allow-popups-to-escape-sandbox" width="400" height="800" src="https://mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Fmapstodon.space%2Fusers%2FJourneesQgis&theme=light&size=100&header=true&replies=false&boosts=false"></iframe>
<iframe allowfullscreen sandbox="allow-top-navigation allow-scripts allow-popups allow-popups-to-escape-sandbox" width="400" height="800" src="https://mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Fmapstodon.space%2Fusers%2FJourneesQgis&theme=light&size=100&header=true&replies=false&boosts=false" style="border-radius: 10px;"></iframe>
</div>
</div>

0 comments on commit 9d3088c

Please sign in to comment.