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

single.css « css « static - github.com/queensferryme/hugo-theme-texify.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a27aa4147ab624a85f958f8aac92e7bc19343fb (plain)
1
2
3
4
5
6
7
#main > h1 {
    text-align: center;
}

#main > div + .content {
    padding-top: 1rem;
}