@import url(./global-styles.css);
@import url(./modal.css);
@import url(./form.css);
@import url(./card.css);
@import url(./deleteModal.css);
#app {
  width: 100%;
  min-height: 100%;
  padding: 1.5rem;
}

.container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .container {
    justify-content: center;
  }
  .note_actions .menu {
    width: 150px !important;
    height: 120px !important;
    top: -390%;
    left: -450%;
  }
  .note_actions .menu > span {
    padding-inline: 1.5rem;
    line-height: 50px;
  }
  .note_actions .menu > span > img {
    margin-right: 1rem;
  }
}/*# sourceMappingURL=style.css.map */