diff --git a/layouts/_default/rss.xml b/layouts/_default/rss.xml
index ba137ec..80234a2 100644
--- a/layouts/_default/rss.xml
+++ b/layouts/_default/rss.xml
@@ -17,7 +17,7 @@
{{ .Permalink }}{{ if .Params.gif}}
{{end}}{{ if .Params.video}}
-
+
{{end}}{{ if .Params.audio}}
{{end}}{{ if .Params.image}}
diff --git a/static/css/theme.css b/static/css/theme.css
index d2d1282..4dc084d 100644
--- a/static/css/theme.css
+++ b/static/css/theme.css
@@ -244,9 +244,10 @@ article {
flex-direction: column;
align-items: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
- max-width: 60rem;
+ width: 60rem;
font-size:25px;
line-height:34px;
+ max-width:90vw;
}
article table {
@@ -334,14 +335,18 @@ article img {
}
-article video,
-article iframe {
+article video{
height: 40rem;
width: 95%;
max-height: 60vh;
background-color: transparent;
}
+article iframe{
+ height:auto;
+ width:80%;
+ aspect-ratio: 4/2.5;
+}
article>section>a {
display: flex;