aboutsummaryrefslogtreecommitdiff
path: root/_sass/minima/custom-styles.scss
blob: 0556d89c20a67def71ae42d4e10c520f59b89b2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Placeholder to allow defining custom styles that override everything else.
// (Use `_sass/minima/custom-variables.scss` to override variable defaults)
.site-header {
  display: flex;
  align-content: center;
  justify-content: center;

  .wrapper {
    display: flex;
    width: 100%;
    align-items: center;

    .site-title {
      width: calc(100% - 38px);
    }
  }
}
.footnotes {
  font-size: 90%;
}