21 lines
199 B
CSS
21 lines
199 B
CSS
|
#app #avatar
|
||
|
{
|
||
|
height: 100px;
|
||
|
width: 100px;
|
||
|
}
|
||
|
|
||
|
#app #username
|
||
|
{
|
||
|
font-size: 0.8em;
|
||
|
}
|
||
|
|
||
|
#app #block {
|
||
|
cursor: pointer;
|
||
|
font-size: 0.7em;
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
#app {
|
||
|
margin-top: 20px;
|
||
|
}
|