diff --git a/docker-compose.yml b/docker-compose.yml index 7ee1962..ddff8b0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,6 @@ services: image: "httpd" container_name: "fusion" ports: - - "6969:80" + - "6911:80" volumes: - ".:/usr/local/apache2/htdocs/" diff --git a/index.html b/index.html index bda291b..9bba760 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@ margin-top: 2rem; } input { - font-size: 2rem; + font-size: 3rem; margin-bottom: 1rem; padding: 0.5rem; width: 80%; @@ -57,16 +57,19 @@ a:hover { text-decoration: underline; } - @media (max-width: 900px) { + @media (max-width: 1000px) { body { width: 100%; } + input { + font-size: 4rem; + } } </style> </head> <body> <h1>FUSION</h1> - <p>Trouvez l’inspiration et les idées pour vos projets grâce au subtil mélange de deux mots aléatoires.</p> + <p>Trouvez l'inspiration et les idées pour vos projets grâce au subtil mélange de deux mots aléatoires.</p> <main> <input type="text" disabled value="tpust" /> <br>