Skip to content
Snippets Groups Projects
button-container.css 196 B
Newer Older
  • Learn to ignore specific revisions
  • .button-container {
        margin-bottom: -12px;
    }
    
    
    .button-container > * {
    
        margin-bottom: 12px;
    
    João Magalhães's avatar
    João Magalhães committed
        margin-right: 8px;
    
    }
    
    .button-container > *:last-child {
        margin-right: 0px;
    }