mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-07 20:45:45 +00:00
18 lines
187 B
CSS
18 lines
187 B
CSS
.cls-1 {
|
|
fill: transparent;
|
|
}
|
|
|
|
svg {
|
|
height: inherit;
|
|
}
|
|
|
|
a {
|
|
height: inherit;
|
|
}
|
|
|
|
@media (max-width: 1000px) {
|
|
svg {
|
|
margin-top: .3em;
|
|
height: 70%;
|
|
}
|
|
}
|