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

page-branding.html « partials « layouts - github.com/cristianmarint/sicily-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a853a999e029771a115e4b701fe61b08f655db22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- Branding -->
<div class="container">
    <div class="row">
        <div class="col col-md-4 d-none d-sm-block"></div>
        <div class="col col-md-8">
            <h1 class="display-1 text-uppercase" style="color: rgb(255,255,255);text-align: right;background: #000000;font-weight: bold;">
              {{site.Title}}
            </h1>
        </div>
    </div>
  </div>
</div>