Build: (f58564a
) Revert back to using width CSS property for HTML5 video embeds
This commit is contained in:
parent
d91c89a270
commit
fabc3757a0
|
@ -120,4 +120,4 @@ dl {
|
|||
dt { font-weight: 700; }
|
||||
dd {grid-column-start: 2; }
|
||||
|
||||
video { max-width: 100%; }
|
||||
video { width: 100%; }
|
2
feed.xml
2
feed.xml
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Leilukin's personal website.</subtitle>
|
||||
<link href="https://leilukin.com/feed.xml" rel="self"/>
|
||||
<link href="https://leilukin.com"/>
|
||||
<updated>2024-08-10T03:39:57Z</updated>
|
||||
<updated>2024-08-10T03:42:22Z</updated>
|
||||
<id>https://leilukin.com/</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
Loading…
Reference in New Issue