M
M
Maxim Kiktev2015-06-08 19:53:36
css
Maxim Kiktev, 2015-06-08 19:53:36

How to center 2 inscription with different screen resolutions?

There are 2 inscriptions that I can’t center the inscriptions after the girls for different resolutions
here is a screen of a widescreen 8230c38803094663a4c20778501010e1.png
and a screen of square monitors 7387d7d7c4ac49578a6a1173afc795c1.png
here is a site
I would be very grateful

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Kozlov, 2015-06-11
@Ne0lite

you here .
For example:

@media screen and (max-width: 736px) {

      #footer {
        bottom: 2em;
        left: 2em;
      }

    }

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question