style
This commit is contained in:
parent
91932d90d0
commit
0eb5feed40
1 changed files with 13 additions and 4 deletions
|
@ -6,15 +6,24 @@
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reference {
|
|
||||||
color: #333;
|
|
||||||
font-size: 11px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#intro {
|
||||||
|
max-width: 800px;
|
||||||
|
margin: auto;
|
||||||
|
.start {
|
||||||
|
font-size: 20px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.reference {
|
||||||
|
color: #333;
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.campaigns {
|
.campaigns {
|
||||||
color:#1abc9c;
|
color:#1abc9c;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue