Skip to content
Snippets Groups Projects
extra.css 127 B
Newer Older
  • Learn to ignore specific revisions
  • .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;