Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
_image-segmentation.scss 183 B
#image-segmentation {
  transform: translate(0vw, -20vh);
  padding: 2vmin;
  display: flex;
  flex-direction: column;
  width: 50vw;
}
#image-segmentation-images {
  display: flex;
}