Исправлена ширина видео

This commit is contained in:
MultiMote 2023-11-22 11:05:35 +03:00
parent 84045b3b82
commit 4b6f9c7652

View File

@ -121,6 +121,10 @@ nav.navbar {
td {
padding: 0.3rem;
}
video {
max-width: 100%;
}
}
@ -228,4 +232,4 @@ section.posts {
.comments {
background-color: $post-bg-color;
padding: 24px;
}
}