remotes/1693045480750635534/spooky-22
Aevann1 2021-10-27 03:51:16 +02:00
parent 0ad5d568f0
commit 6836d47e16
1 changed files with 10 additions and 2 deletions

View File

@ -370,8 +370,16 @@
transform: scaleX(-1);-webkit-transform: scaleX(-1);
}
.popover-bio * {
font-size: 0.8rem !important;
@media (max-width: 768px) {
.popover-bio * {
font-size: 0.8rem !important;
}
}
@media (min-width: 768px) {
.popover-bio * {
font-size: 1rem !important;
}
}
</style>