Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_hero.scss « partials « styles « src - github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 91509fa2a373414b852afc52632a9a39a7b189af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

.hero {
  h1 {
    padding: 2rem var(--container-margin);
  }

  .description {
    padding: 2rem var(--container-margin);
    background: var(--color-hero);
    border-top: thin solid var(--darken-1);
    border-bottom: thin solid var(--darken-1);
  }
}