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

_custom.scss « scss « assets - github.com/softwareyoga/ronu-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5a95284d19774af16410f79b8a2176ef0a65811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
nav {
  font-family:  $font-family-serif;
  letter-spacing: .05em;

  h1 {
    display: block;
    font-weight: 400;
    font-size: 1.3em;
    margin: 0 0 .25em 0;
  }

  ul {
    list-style-type: none;
    padding: 0;
  }
  
  li {
    display: inline;
    color: $color-blossom;
    font-size: .8em;
    margin: 0 2.75% 0 0;
    text-transform: uppercase;
  }
}

#pagination {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}