fsd
This commit is contained in:
parent
ca1d77b975
commit
e6fa2927b8
1 changed files with 10 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue