Skip to content

Commit

Permalink
Use style for iframes
Browse files Browse the repository at this point in the history
  • Loading branch information
mfwmyfacewhen authored Mar 20, 2022
1 parent d842b3d commit 39df156
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions collections/_evergreen/linux-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,13 @@ For frozen distributions, package maintainers are expected to backport patches t

We don't believe holding packages back and applying interim patches is a good idea, as it diverges from the way the developer might have intended the software to work. [Richard Brown](https://rootco.de/aboutme/) has a presentation about this:

<div style="text-align:center; height:50vh">
<iframe width="100%"
<div style="text-align:center">
<iframe style="width:100vw; height:50vh"
src="https://www.youtube-nocookie.com/embed/i8c0mg_mS7U"
title="Regular Releases are Wrong, Roll for your life"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>

</iframe>
</div>

Expand All @@ -85,8 +84,8 @@ A transactional update system creates a snapshot that is made before and after a

The Atomic update method is used for immutable distributions like Silverblue, Tumbleweed, and NixOS and can achieve reliability with this model. [Adam Šamalík](https://twitter.com/adsamalik) provided a presentation on how `rpm-ostree` works with Silverblue:

<div style="text-align:center; height:50vh">
<iframe width="100%"
<div style="text-align:center">
<iframe style="width:100vw; height:50vh"
src="https://www.youtube-nocookie.com/embed/-hpV5l-gJnQ"
title="Let's try Fedora Silverblue — an immutable desktop OS! - Adam Šamalik"
frameborder="0"
Expand Down

0 comments on commit 39df156

Please sign in to comment.