Skip to content

Commit

Permalink
actualización errores
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRojas06289 committed Nov 29, 2023
1 parent a5ed982 commit 00f6e88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ section.slider{
padding: 150px 20%;
& p {
z-index: 6;
padding: 60px 0px;
font-size: 45px;
padding: 20px 0px;
font-size: 35px;
color: #fff;
}
& button{
Expand Down
6 changes: 3 additions & 3 deletions css/quienesSomos.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
& article.description {
grid-area: Article;
text-align: center;
padding: 50px;
padding: 200px 10px;
& h2 {
display: inline-block;
font-size: 30px;
Expand Down Expand Up @@ -72,7 +72,7 @@
transform: translateY(0);
}
100% {
transform: translateY(calc(-10vh * 7));
transform: translateY(calc(-10vh * 6));
}
}

Expand All @@ -82,7 +82,7 @@
}

100% {
transform: translateY(calc(10vh * 7));
transform: translateY(calc(10vh * 6));
}
}
/*Hacer Responsive con grid*/

0 comments on commit 00f6e88

Please sign in to comment.