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

styles.scss_c70ce94df64e4b85862f2e706592873a.content « css « scss « assets « _gen « resources - github.com/kimcc/hugo-theme-noteworthy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 878d5412131e9490abe95940c74c5e4fa4d92f70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
h1 {
  color: #fff; }

.container {
  display: grid;
  grid-template-columns: 8em auto; }

nav {
  grid-column: 1; }

.nav-link {
  display: block; }