S
S
Sergey Volkov2021-06-12 22:43:24
css
Sergey Volkov, 2021-06-12 22:43:24

Why does the button text move out in safari?

Everyone, good evening.

On mobile phones in safari, the text in the button moves out:
60c50d73081bd531989014.jpeg

Alas, I don’t have a poppy, so I can’t inspect ((
If you have any thoughts on what the problem is, I will be very happy if you can help

Site: lunamag-articles.malevich-web.ru
ps В windows is fine.Styles

:

position: absolute !important;
    right: 50% !important;
    transform: translateX(112px) !important;
    padding: 5px 25px !important;
    height: 34px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    font-family: Roboto, sans-serif !important;
    font-size: 15px !important;
    border: 1px solid #020204 !important;
    color: #020204 !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    display: flex !important;
    line-height: 1 !important;

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Kruchinin, 2021-06-19
@malfixfx

Try playing around with the margin in the browser console.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question