reduced css font size for asset title and access policy

This commit is contained in:
Massimiliano Assante 2023-03-16 15:56:02 +01:00
parent f8857950a1
commit 327954f20e
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
.virtual-labs-widget .access-policy { .virtual-labs-widget .access-policy {
float: right; float: right;
font-size: 13px; font-size: 11px;
font-weight: 300; font-weight: 300;
padding: 10px; padding: 10px;
line-height: 17px; line-height: 17px;
@ -20,7 +20,7 @@
} }
.virtual-labs-widget h3 { .virtual-labs-widget h3 {
font-size: 18px; font-size: 16px;
} }
.open-color { .open-color {