Skip to content
Snippets Groups Projects
components.css 108 B
Newer Older
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.flex-column {
  flex-direction: column;
}