rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

fixed-width.less (119B)


      1 // Fixed Width Icons
      2 // -------------------------
      3 .@{fa-css-prefix}-fw {
      4   width: (18em / 14);
      5   text-align: center;
      6 }