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

_blog.scss « layouts « scss « src - github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 73e9355a3ae0b4b42a17432ca8d5f4e21137aab7 (plain)
1
2
3
4
5
6
7
8
#blog {
    position: absolute;
    top:      0;
    left:     0;
    width:    100%;
    height:   100%;
    overflow-x: hidden;
}