Skip to content

Commit

Permalink
actualización general 10/04
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasger78 committed Apr 10, 2024
1 parent 60728da commit 646c41a
Show file tree
Hide file tree
Showing 5 changed files with 937 additions and 707 deletions.
2 changes: 1 addition & 1 deletion cartaForm.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

<h2 class="form-text-title">Tu carta</h2>
<div class="carta">
<form class="form-text form-content" action="https://lucasger78.github.io/CaC/users.html" method="GET">
<form class="form-text form-content" action="https://lucasger78.github.io/CaC/usuario.html" method="GET">
<p class="form-text-p">
<label for="nomCarta">Nombre</label>
<input type="text">
Expand Down
6 changes: 6 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -791,4 +791,10 @@ h3{
filter: grayscale(0%);
}

@media only screen and (max-width: 768px) {
.texto-desktop {
display: none;
}
}


Loading

0 comments on commit 646c41a

Please sign in to comment.