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

shorten_result.css « css « public - github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8e89b8ab5455fd5b1821d3395b55915b308da7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.result-box {
    width: 50%;
    display: block;
    margin : 0 auto;

}

.back-btn {
    margin-top: 30px;
}

.content-div {
    text-align: center;
}