/**
 * @file
 * Styles for nodes.
 */

.node__submitted {
  margin: 1em 0;
}

.node__content {
  word-wrap: break-word;
}
