mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-01-14 16:10:26 -05:00
19 lines
187 B
CSS
19 lines
187 B
CSS
.cls-1 {
|
|
fill: transparent;
|
|
}
|
|
|
|
svg {
|
|
height: inherit;
|
|
}
|
|
|
|
a {
|
|
height: inherit;
|
|
}
|
|
|
|
@media (max-width: 1000px) {
|
|
svg {
|
|
margin-top: .3em;
|
|
height: 70%;
|
|
}
|
|
}
|