Added new 'imagewrapper-medium' class, applied to images in android.mdx (#517)

Co-authored-by: Ashley Mensah <ashley@netbird.io>
This commit is contained in:
shuuri-labs
2025-12-12 12:31:21 +01:00
committed by GitHub
parent 0749bbca4e
commit db480cbba4
2 changed files with 13 additions and 6 deletions

View File

@@ -46,6 +46,13 @@
width: 70%;
}
.imagewrapper-medium {
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: 40%;
}
.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;