Skip to content
Snippets Groups Projects
Select Git revision
  • f50d12ed01c1d56ff0742539da7846415d830f17
  • master default protected
2 results

README

Blame
  • custom.scss 381 B
    // ----------------------------------------------------------------------------
    // Local imports
    // ----------------------------------------------------------------------------
    
    @import "config";
    
    @import "custom/colors";
    @import "custom/typeset";
    
    @import "custom/layout/hero";
    
    [data-md-component=announce] .md-banner__inner {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }