initial commit
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
|
||||
<style>
|
||||
/* image effects */
|
||||
#R-body img.bg-white {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* logo */
|
||||
#R-logo {
|
||||
font-size: 1.875rem;
|
||||
margin-bottom: -.666rem;
|
||||
margin-top: -.666rem;
|
||||
max-width: 100%;
|
||||
width: 14.125rem;
|
||||
}
|
||||
@media only all and (max-width: 59.999rem) {
|
||||
#R-logo {
|
||||
font-size: 1.5625rem;
|
||||
margin-bottom: -.1875rem;
|
||||
margin-top: -.1875rem;
|
||||
}
|
||||
}
|
||||
#R-logo svg {
|
||||
display: inline-block;
|
||||
opacity: .945;
|
||||
vertical-align: middle;
|
||||
width: 29% !important;
|
||||
}
|
||||
@media only all and (max-width: 59.999rem) {
|
||||
#R-logo svg {
|
||||
width: 24.5% !important;
|
||||
}
|
||||
}
|
||||
#R-logo svg * {
|
||||
opacity: .945;
|
||||
}
|
||||
#R-logo .logo-title{
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
text-wrap: wrap;
|
||||
overflow-wrap: break-word;
|
||||
vertical-align: middle;
|
||||
width: 4.5em;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user