Use correct units for font sizes in ComputerLabelText

This commit is contained in:
Adam Goldsmith 2020-11-14 20:50:54 -05:00
parent ea715da82e
commit 9ebccb6583

View File

@ -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>