7 lines
141 B
CSS
7 lines
141 B
CSS
|
|
.twitter-logo {
|
||
|
|
width: 200px;
|
||
|
|
height: 200px;
|
||
|
|
background: url(sprite-10a171.svg#twitter-usage) no-repeat;
|
||
|
|
background-size: contain;
|
||
|
|
}
|