Skip to content
Snippets Groups Projects
extra.css 194 B
Newer Older
  • Learn to ignore specific revisions
  • .center {
        display: block;
        margin: auto;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        margin-bottom: 5%;
        margin-top: -5%;
    
    }
    
    .inline-center-left {
        float: right;
    }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    
    .md-typeset h1,
    .md-content__button {
      display: none;
    }