Added excel password remover project, Added videos to composer

Update composer.php, excel-worksheet-password-remover.json, and 3 more files...
This commit is contained in:
2022-07-01 07:06:57 +02:00
parent eab1699642
commit 634e8fb52b
5 changed files with 159 additions and 68 deletions

View File

@@ -254,3 +254,9 @@ div.last-inner-collapse-border-fix {
code.w-full {
white-space: pre;
}
video {
/* https://css-tricks.com/fluid-width-video/ */
width: 100% !important;
height: auto !important;
}