/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-mecanoid-project {
  border: 1px solid black;
  min-height: 50px;
  padding: 10px 30px;
  color: black;
  display: flex;
  align-items: center;
}

.wp-block-mecanoid-project > div {
  width: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 20px;
}
