
.postit {
  width: 40vw;
  height: fit-content;
}

.postit .content {
  word-break: normal; 
  overflow-wrap: normal; 
}
.postit .content {
  display: grid;
  gap: 5%;
  grid-template-columns: 1fr 1.5fr;
  margin-top: 1.5%;
  margin-bottom: 0.5%;
}
.postit .content div {
  width: 100%;
}
.postit .content img {
  object-fit: contain;
  width: 60%;
  min-width: 80px;
  border-style: solid;
  border-width: 2px;
}

.postit .footer {
  display: flex;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 5%;
  justify-content: right;
  text-shadow: 1.5px 1.5px black;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .postit {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .mobilenavbar {
    display: flex;
  }
}
