Skip to content
Snippets Groups Projects
extra.css 127 B
Newer Older
.center {
Bastien DUMONT's avatar
Bastien DUMONT committed
  display: block;
  margin: auto;
  margin-bottom: 5%;
  margin-top: -5%;
}

.inline-center-left {
Bastien DUMONT's avatar
Bastien DUMONT committed
  float: right;