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

custom.css « css « static - github.com/softwareyoga/ronu-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d205a6416cedbb9894951ea436cb5da8abcd6ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
nav ul {
  padding: 0;
}
  
nav ul li {
  display: inline;
  margin: 0 3% 0 0;
  text-transform: uppercase;
}

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