diff --git a/attuale.txt b/attuale.txt index acafe31..d634fc3 100644 --- a/attuale.txt +++ b/attuale.txt @@ -1 +1 @@ -streamingcommunity.ooo +streamingcommunity.paris diff --git a/make_index.sh b/make_index.sh index a22e202..9cc6dfa 100755 --- a/make_index.sh +++ b/make_index.sh @@ -64,17 +64,18 @@ cat <<- _EOF > $PWD_SC/index.html height: 200wj; } - h1 { font-size: 36px; /* Default size */ } + @media (max-width: 480px) { h1 { font-size: 17px; /* Size mobile phones */ } } + @media (max-width: 480px) { h3 { font-size: 15px; @@ -83,16 +84,15 @@ cat <<- _EOF > $PWD_SC/index.html } -