improve getting started guide

This commit is contained in:
braginini
2023-05-19 20:40:54 +02:00
parent 053fe87b96
commit 01bd299a05
20 changed files with 343 additions and 46 deletions

View File

@@ -14,6 +14,12 @@
@tailwind components;
@tailwind utilities;
.imagewrapper {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 6px;
overflow:hidden;
}
.videowrapper {
float: none;
clear: both;