K
K
krainoff992017-07-29 14:18:43
PostgreSQL
krainoff99, 2017-07-29 14:18:43

How to keep the scale of the site regardless of the screen size?

I don't understand why the page doesn't scale avtonyna.pe.hu .
What could be the problem?
It should expand, not shrink.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
luna3956, 2019-02-27
@anttoon

So you have everything written correctly, just replace the quotes with single quotes in sum for monday . Here is a valid example:

SELECT 
    SUM(CASE WHEN day='monday' THEN 1 ELSE 0 END) as "понедельники"
from (select 'monday'::varchar as day) t1

R
Roma, 2017-07-29
@krainoff99

As far as I remember, I did this

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=yes">

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question