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

main.css « css « assets - github.com/spech66/bootstrap-bp-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 90ff5596d54799e495662f7b6b6c03b8f04d93c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
footer { padding: 2.5rem 0; }
blockquote { border-left: 2px solid #6c757d; padding-left: 10px; margin-top: 2rem; margin-bottom: 2rem; }

figure > img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

div.card-columns > div.card > div.card-body > h1.card-title { font-size: 1.5rem!important; }