/* iOS Safari zooms focused editable text below 16px. */
.home-editing #sideName[contenteditable="true"],
.home-editing #sideHandle[contenteditable="true"],
.home-editing #sideBio[contenteditable="true"] {
  font-size: 16px !important;
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
}
.home-editing #sideName[contenteditable="true"] { line-height: 1.15; }
.home-editing #sideHandle[contenteditable="true"] { line-height: 1.25; }
.home-editing #sideBio[contenteditable="true"] { line-height: 1.45; }
