/*
 * RTL Support — Younis Bakeer Theme
 * This file is loaded automatically for RTL languages
 */

/* Already RTL by default — direction:rtl set in main.css on body */
/* Add any additional RTL overrides here if needed */

.about-float { left: -20px; right: auto; }

@media (max-width: 700px) {
  .about-float { left: 0; right: auto; }
}
