Skip to content
Snippets Groups Projects
extra.css 148 B
.center {
  display: block;
  margin: auto;
  margin-bottom: 5%;
}

.inline-center-left {
  float: right;
}

.small {
  height: 350px !important;
}