fixed social buttons on firefox mobile
All checks were successful
Jenkins
Web/pipeline/head This commit looks good
All checks were successful
Jenkins
Web/pipeline/head This commit looks good
This commit is contained in:
parent
58b483b09b
commit
5a84f10de0
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ pre.highlight {
|
||||||
|
|
||||||
@media (max-width: 510px) {
|
@media (max-width: 510px) {
|
||||||
.social-button {
|
.social-button {
|
||||||
width: auto;
|
width: fit-content;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-indent: -99999px;
|
text-indent: -99999px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
|
|
Loading…
Reference in a new issue