small fix
This commit is contained in:
parent
ead64f1121
commit
2ce4bdd67a
|
@ -5,6 +5,6 @@ services:
|
|||
image: "httpd"
|
||||
container_name: "fusion"
|
||||
ports:
|
||||
- "6969:80"
|
||||
- "6911:80"
|
||||
volumes:
|
||||
- ".:/usr/local/apache2/htdocs/"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue