small fix
This commit is contained in:
parent
ead64f1121
commit
2ce4bdd67a
|
@ -5,6 +5,6 @@ services:
|
||||||
image: "httpd"
|
image: "httpd"
|
||||||
container_name: "fusion"
|
container_name: "fusion"
|
||||||
ports:
|
ports:
|
||||||
- "6969:80"
|
- "6911:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ".:/usr/local/apache2/htdocs/"
|
- ".:/usr/local/apache2/htdocs/"
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
font-size: 2rem;
|
font-size: 3rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
@ -57,16 +57,19 @@
|
||||||
a:hover {
|
a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
@media (max-width: 900px) {
|
@media (max-width: 1000px) {
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
input {
|
||||||
|
font-size: 4rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>FUSION</h1>
|
<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>
|
<main>
|
||||||
<input type="text" disabled value="tpust" />
|
<input type="text" disabled value="tpust" />
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in New Issue