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

feedreader.css « styles - github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb96585b78f9ff5fa4ecabfc01d9cd3d1fa23000 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.get_involved {
    padding-top: 60px; margin-top: -60px;
}

.get_involved__title{
    color:#B6B6B6;
    font-weight: normal;
    line-height: 1;
    font-size: 32px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.get_involved__description{
    font-size:125%;
    margin-top: 12px;
    text-align: justify;
}