31 lines
336 B
CSS
31 lines
336 B
CSS
|
.cls-1 {
|
||
|
fill: transparent;
|
||
|
}
|
||
|
|
||
|
svg {
|
||
|
height: inherit;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
height: inherit;
|
||
|
}
|
||
|
|
||
|
@media (max-width: 1000px) {
|
||
|
svg {
|
||
|
margin-top: 0.3em;
|
||
|
height: 70%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.rplogo {
|
||
|
max-width: 40rem;
|
||
|
display: block;
|
||
|
margin: 30px auto;
|
||
|
position: relative;
|
||
|
border-radius: inherit;
|
||
|
top: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
}
|