Getting the stars to line up CSS
问题 I have a component that I use for a star rating, I decided to use FA icons to do the job by using half stars. Every works great, besides the CSS. I've successfully flipped some of the stars (FA icons only go to one side) so the stars align correctly, they just don't touch. I just need some advice on the easiest way to handle it. Rater.js import React, { useState } from 'react' import {FaStarHalf} from "react-icons/all"; import './Rater.css' const Rater = () => { const [rating, setRating] =