Skip to content

Commit

Permalink
sombras
Browse files Browse the repository at this point in the history
  • Loading branch information
jaenfigueroa committed Nov 1, 2022
1 parent 8d7249d commit 7a4fa16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -326,13 +326,13 @@ main {
.contenedor-dientes > div:nth-child(1) {
top: 21.5rem;
left: 14rem;
border-bottom: 5px solid var(--celeste);
border-bottom: 5px solid var(--azul);
}
.contenedor-dientes > div:nth-child(2) {
top: 21rem;
left: 9.5rem;
transform: rotateZ(20deg);
border-bottom: 5px solid var(--celeste);
border-bottom: 5px solid var(--azul);
}
.contenedor-dientes > div:nth-child(3) {
top: 21rem;
Expand All @@ -350,7 +350,7 @@ main {
top: 24rem;
left: 16.5rem;
transform: rotateZ(-10deg);
border-top: 5px solid var(--celeste);
border-top: 5px solid var(--azul);
}

/* //////////////////////////////// */
Expand Down

0 comments on commit 7a4fa16

Please sign in to comment.