12 lines
232 B
CSS
12 lines
232 B
CSS
div.kc-logo-text {
|
|
background-image: url('../img/antifa_lesbian_pride.png');
|
|
background-size: 256px 256px;
|
|
background-repeat: no-repeat;
|
|
height: 256px;
|
|
width: 256px;
|
|
margin: 0 auto;
|
|
}
|
|
div.kc-logo-text span {
|
|
display: none;
|
|
}
|