pull/1/head
Jan Umbach 2024-05-30 12:35:59 +02:00
parent 304f174ee7
commit 46a5c928cd
1 changed files with 6 additions and 2 deletions

View File

@ -31,8 +31,12 @@
.shx-video-for-desc { .shx-video-for-desc {
max-width: 100%; max-width: 100%;
height: 200px; height: 400px;
width: 200px; width: 400px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin: 0 auto;
} }
</style> </style>