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 {
|
||||
font: 'Twemoji Mozilla';
|
||||
font-size: 20;
|
||||
font-size: 20px;
|
||||
vertical-align: 30%;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: 30;
|
||||
font-size: 30px;
|
||||
line-height: 0.8;
|
||||
margin-bottom: 0.1em;
|
||||
}
|
||||
|
||||
.mac {
|
||||
font-size: 10;
|
||||
font-size: 10px;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user