Skip to content

Commit

Permalink
chore: Agregar mensaje de optimización móviles
Browse files Browse the repository at this point in the history
  • Loading branch information
yofreOrmaza committed Sep 20, 2023
1 parent ffb521d commit 4fa355e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -383,12 +383,15 @@ header .content-header2 {
height: auto;
background: transparent;
}
.container-title-todo h2 {
font-size: 4rem;
.container-title-todo p {
font-size: 1.4rem;
display: inline-block;
background-color: transparent;
margin: 1rem 0 1rem 2rem;
}
.title-todo {
font-weight: lighter;
}
.inputVal{
width: 22.5rem;
height: 3.5rem;
Expand Down Expand Up @@ -524,4 +527,9 @@ header .content-header2 {
display: inline-block;
margin: 5rem auto;
}
.inputValue .container-title-todo {
display: grid;
width: 80%;
margin: 5rem auto 2rem;
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h1 id="ingreso">FOCUS by Yofre Ormaza Ortiz</h1>
<div class="myTodo">
<div class="inputValue">
<div class="container-title-todo">
<h2 id="title-todo">ToDo</h2>
<p id="title-todo">En dispositivos móviles la experiencia del buscador integrado puedo no ser la más óptima, se recomienda su uso desde un ordenador</p>
</div>
<input id="inputVal" class="inputVal" type="text" placeholder="Agrega una tarea" value="">

Expand Down

0 comments on commit 4fa355e

Please sign in to comment.