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

This commit is contained in:
MultiMote 2023-11-22 11:05:35 +03:00
parent 0a8e6ba3d2
commit 96b2ff7732

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;
}
}