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

base.css « css « docs - github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2393256fbdf578bfa2b4dd214b3f1c98f62e17b (plain)
1
2
3
4
5
6
7
8
9
h1, h2, h3, h4, h5, h6 {
    text-transform: none !important;
}

img {
    /* Force auto height & width to prevent deformed images on mobile */
    width: auto !important;
    height: auto !important;
}