fsd
This commit is contained in:
parent
ca1d77b975
commit
e6fa2927b8
1 changed files with 10 additions and 2 deletions
|
@ -370,9 +370,17 @@
|
||||||
transform: scaleX(-1);-webkit-transform: scaleX(-1);
|
transform: scaleX(-1);-webkit-transform: scaleX(-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
.popover-bio * {
|
.popover-bio * {
|
||||||
font-size: 0.8rem !important;
|
font-size: 0.8rem !important;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
.popover-bio * {
|
||||||
|
font-size: 1rem !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue