mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-05-28 21:16:27 +03:00
Fixes text transform in ad
This commit is contained in:
parent
135da15422
commit
5e25620814
3
404.html
3
404.html
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user