mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +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%;
|
|
}
|
|
}
|