Fix text positioning issues, remove unneeded rules
This commit is contained in:
parent
5c18ad0931
commit
57053cf3f3
|
@ -40,10 +40,8 @@ p {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
p.tiny {
|
p.tiny {
|
||||||
font-family: 'Bitter', serif;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: white;
|
margin-top: -5px;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: white;
|
color: white;
|
||||||
|
|
Loading…
Reference in New Issue