Skip to content
Snippets Groups Projects
mentions-legales.scss 251 B
Newer Older
  • Learn to ignore specific revisions
  • Bastien DUMONT's avatar
    Bastien DUMONT committed
    @import "./variables";
    
    
    .main-cta {
      overflow-y: hidden;
    }
    
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
    .main-logo {
      text-decoration: none;
    }
    
    
    .content-txt {
      padding: 1rem 0;
    }
    
    h2 {
    
      margin-bottom: 0.5rem;
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
      margin-top: 1.25rem;
      color: $yellow !important;
    }
    
    p {
      line-height: 120%;