Use correct units for font sizes in ComputerLabelText
This commit is contained in:
parent
ea715da82e
commit
9ebccb6583
@ -45,17 +45,17 @@ export default class ComputersLabelText extends Vue {
|
|||||||
|
|
||||||
.emoji {
|
.emoji {
|
||||||
font: 'Twemoji Mozilla';
|
font: 'Twemoji Mozilla';
|
||||||
font-size: 20;
|
font-size: 20px;
|
||||||
vertical-align: 30%;
|
vertical-align: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
font-size: 30;
|
font-size: 30px;
|
||||||
line-height: 0.8;
|
line-height: 0.8;
|
||||||
margin-bottom: 0.1em;
|
margin-bottom: 0.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mac {
|
.mac {
|
||||||
font-size: 10;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Reference in New Issue
Block a user