links
This commit is contained in:
parent
23cf039072
commit
f8fb6cb9d1
1 changed files with 6 additions and 1 deletions
|
@ -33,8 +33,8 @@ p {
|
||||||
textarea {
|
textarea {
|
||||||
height: 320px
|
height: 320px
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 799px) {
|
@media screen and (max-width: 799px) {
|
||||||
#intro {
|
#intro {
|
||||||
margin: 16px;
|
margin: 16px;
|
||||||
|
@ -119,6 +119,11 @@ p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: 'PT Sans Narrow',sans-serif;
|
font-family: 'PT Sans Narrow',sans-serif;
|
||||||
}
|
}
|
||||||
|
p {
|
||||||
|
a, a:visited, a:active, a:hover {
|
||||||
|
color: #c34528;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.reference {
|
.reference {
|
||||||
|
|
Loading…
Reference in a new issue