Adjust screenshots sizes (#174)

This commit is contained in:
juliaroesschen
2024-03-26 11:00:20 +01:00
committed by GitHub
parent a56a607923
commit 1a0f99fae7
31 changed files with 92 additions and 83 deletions

View File

@@ -43,6 +43,13 @@
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 4px;
overflow:hidden;
width: 70%;
}
.imagewrapper-big {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border-radius: 4px;
overflow:hidden;
}
.videowrapper {