mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-01-05 01:20:39 +02:00
Merge pull request #405 from danleech/hotfix-1
Moves SVG styling into elements
This commit is contained in:
commit
de8d63fa3a
@ -25,13 +25,6 @@
|
||||
padding: 0 0 0.75rem;
|
||||
width: 20%;
|
||||
}
|
||||
svg {
|
||||
height: 1.5rem;
|
||||
width: 1.5rem;
|
||||
}
|
||||
path, rect, circle {
|
||||
fill: #FFF;
|
||||
}
|
||||
}
|
||||
|
||||
.grid-item--ad {
|
||||
|
@ -18,3 +18,12 @@ body {
|
||||
line-height: 1.5rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
svg {
|
||||
height: 1.5rem;
|
||||
width: 1.5rem;
|
||||
}
|
||||
|
||||
path, rect, circle {
|
||||
fill: #FFF;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user