new post: film collection
This commit is contained in:
parent
643440b44b
commit
f2ca608712
2 changed files with 22 additions and 0 deletions
16
_posts/2023-07-09-starting-film-discs-collection.md
Normal file
16
_posts/2023-07-09-starting-film-discs-collection.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
title: "I'm starting a film discs collection"
|
||||||
|
permalink: /:title/
|
||||||
|
description: "A description of the blog"
|
||||||
|
category: personal
|
||||||
|
---
|
||||||
|
|
||||||
|
Already got a couble of Batman movies. So happy getting them, and the bonus content they come with! :)
|
||||||
|
|
||||||
|
I keep a thread open on [Mastodon](https://social.ayco.io/@ayo/110639728990416918), in which I will post every new disc I get:
|
||||||
|
|
||||||
|
<iframe src="https://social.ayco.io/@ayo/110639728990416918/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe><script src="https://social.ayco.io/embed.js" async="async"></script>
|
||||||
|
|
||||||
|
<iframe src="https://social.ayco.io/@ayo/110640803922027425/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe><script src="https://social.ayco.io/embed.js" async="async"></script>
|
||||||
|
|
||||||
|
<iframe src="https://social.ayco.io/@ayo/110685362953465106/embed" class="mastodon-embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe><script src="https://social.ayco.io/embed.js" async="async"></script>
|
|
@ -272,6 +272,12 @@ table.image caption {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
iframe.mastodon-embed {
|
||||||
|
border-radius: 5px;
|
||||||
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
|
||||||
|
margin: 1em auto 0;
|
||||||
|
}
|
||||||
|
|
||||||
.embed-container {
|
.embed-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-bottom: 56.25%;
|
padding-bottom: 56.25%;
|
||||||
|
|
Loading…
Reference in a new issue