mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-21 09:56:35 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user