Skip to content
Snippets Groups Projects
present-comment.component.scss 463 B
Newer Older
#comment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  min-height: 90vh;
  font-size: 2.1em;
  margin: 5%;
  white-space: pre;
}

#comment p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  background-color: var(--red);
  color: white;
  position:absolute;
  top:2em;
  right:2em;
  max-height: 100px;