summaryrefslogtreecommitdiffstats
path: root/cvp/3rd_party/static/testapi-ui/assets/css/home/home.css
blob: 04db323add754a27eb3f6021610adf949d54f263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.home-container {
    padding-left: 0px;
    padding-right: 0px;
}

.home-category {
    border-right-style:solid;
    border-left-style:solid;
    padding-left: 0px;
    padding-right: 0px;
}

.home-content-title {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align:center;
}

.home-content {
    margin-top: 100px;
}

.home-content-text {
    text-align: justify;
    font-size: 22px;
}

.home-content-img {
    width: 80%;
}