Skip to content

Commit

Permalink
5
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpiRiv committed May 1, 2024
1 parent 1453e28 commit 8ea3d1b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions scss/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@ form {
background-size: cover;
}
.container {
background:linear-gradient(-90deg,#fc14c223,#ff910025,#d7d94c33);
background:linear-gradient(-90deg,#fc14c241,#ff91004b,#d7d94c48);
width: 100%;
margin: auto;
border-radius: 100px;
border-radius: 50px;
box-shadow:0 0 55px #000000;


Expand All @@ -224,7 +224,7 @@ form {
}

.box {
margin: 20px;
margin: 25px;

img {
width: 100%;
Expand Down

0 comments on commit 8ea3d1b

Please sign in to comment.