Equal sides with text

.gameInfo{
    text-align: center;
    font-size: 2rem;
    background: -webkit-linear-gradient(300deg, #93F5EC 20%, #A77BF3 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 2;
    padding: 0 60px;
}
How can get a perfect rectangle of equal sides?
Screenshot_2023-04-21_at_19.27.52.png
Was this page helpful?