RP_Search/app/static/css/logo.css

31 lines
336 B
CSS
Raw Normal View History

2024-11-06 10:01:28 +00:00
.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;
}