Change px values to rem values in font-size declarations
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
}
|
||||
.video-metadata > h2{
|
||||
grid-row: 2;
|
||||
font-size: 15px;
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
.video-metadata > span{
|
||||
grid-row:3;
|
||||
|
||||
Reference in New Issue
Block a user