[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-08-14 23:49:04 +03:00
parent d3718cf271
commit ac7515f49d

@ -75,6 +75,7 @@ class Linkedin {
{
$('head').empty();
$('body').empty();
$('body').addClass('no-border');
}
}
@ -240,6 +241,11 @@ div.online-fxreader-linkedin {
box-sizing: border-box;
}
.no-border {
padding: unset;
margin: unset;
}
.online-fxreader-linkedin:hover {
height: 10em;
}