Skip to content

Commit

Permalink
gap and size fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiZg committed Oct 2, 2024
1 parent fbd2c92 commit 18ea86c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/src/assets/icons/borrow_usdc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/assets/icons/ekubo_swap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/assets/icons/repeats.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/assets/icons/zklend.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions frontend/src/pages/spotnet/about/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
height: 400px;
background: linear-gradient(0deg, rgba(72, 143, 162, 0.03) 0%, rgba(72, 143, 162, 0.03) 100%), linear-gradient(123deg, rgba(116, 214, 253, 0.50) 0.63%, rgba(11, 12, 16, 0.50) 100.03%);
flex-direction: column;
gap: 15px;
border-radius: 20px;
border: 0.5px solid #74D6FD;
box-shadow: 0px 3.75px 3.75px 0px rgba(0, 0, 0, 0.15), 3.75px 3.75px 9.375px 0px rgba(153, 234, 255, 0.25) inset;
Expand Down Expand Up @@ -107,6 +108,14 @@
right: 150px;
}

.card-title h4{
font-size: 1.6em;
}

.card-description h6{
font-size: 1.2em;
}

.about-title{
font-size: 70px;
}
Expand All @@ -117,7 +126,7 @@
}
.card-gradient:nth-child(1){
position: absolute;
top: 250px;
top: 180px;
left: -40px;
width: 232px;
height: 208px;
Expand All @@ -126,7 +135,7 @@
.card-gradient:nth-child(2){
position: absolute;
right: -70px;
bottom: 260px;
bottom: 170px;
width: 232px;
height: 208px;
}
Expand Down

0 comments on commit 18ea86c

Please sign in to comment.