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

_custom.scss « pages « scss « static - github.com/iCyris/hugo-theme-yuki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a1a58107fdd3748cdc3eefa06232bec1264e367 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Custom page
 */
.title-type__custom {
  text-align: center;
  margin-top: 6vmin;
  h1 {
    display: inline-block;
    width: auto; height: auto;
    font-weight: 400;
    font-size: 1.8rem;
    padding: 3vmin 0;
    letter-spacing: 2px;
  }

}