Fixes text transform in ad

This commit is contained in:
Dan Leech 2017-02-15 15:12:10 +00:00
parent 135da15422
commit 5e25620814
3 changed files with 9 additions and 0 deletions

View File

@ -49,6 +49,9 @@
aside a { aside a {
color: #424242; color: #424242;
} }
aside span {
text-transform: none;
}
p { p {
margin: 1.5rem 0 0; margin: 1.5rem 0 0;
} }

View File

@ -49,6 +49,9 @@
aside a { aside a {
color: #424242; color: #424242;
} }
aside span {
text-transform: none;
}
p { p {
margin: 1.5rem 0 0; margin: 1.5rem 0 0;
} }

View File

@ -49,6 +49,9 @@
aside a { aside a {
color: #424242; color: #424242;
} }
aside span {
text-transform: none;
}
p { p {
margin: 1.5rem 0 0; margin: 1.5rem 0 0;
} }