Skip to content

Commit

Permalink
Merge branch 'feature/tia-page' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás committed Aug 29, 2023
2 parents 74142d3 + 9c94e7c commit 49b1d3c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 26 deletions.
Binary file modified src/images/what-is-tia/what-is-tia-custody-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/what-is-tia/what-is-tia-custody-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 1 addition & 21 deletions src/pages/what-is-tia.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,27 +110,7 @@ const WhatIsTIA = () => {

<div className="link-list">
<div className='link-wrapper me-4'>
<a className='link' href='https://docs.celestia.org/developers/faqs/#staking' target='_blank'>
Learn more about staking and custody
<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'>
<path
stroke='#7B2BF9'
stroke-linecap='square'
stroke-width='1.5'
d='M3.61218 12.0721L11.0761 4.60823'
/>
<path
stroke='#7B2BF9'
stroke-linecap='square'
stroke-linejoin='bevel'
stroke-width='1.5'
d='M11.5254 11.0752V4.00413H4.45432'
/>
</svg>
</a>
</div>
<div className='link-wrapper'>
<a className='link' href='https://docs.celestia.org/' target="_blank">
<a className='link' href='https://docs.celestia.org/' target='_blank'>
View Documentation
<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'>
<path
Expand Down
11 changes: 6 additions & 5 deletions src/scss/pages/page-what-is-tia.scss
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
}

.custody-stacking-title {
margin-bottom: 60px;
margin-bottom: 20px;
@include media-breakpoint-up(lg) {
padding-top: 10px;
}
Expand All @@ -248,11 +248,12 @@
}
}
.image-box--node {
margin-left: auto;
margin-right: auto;

@include media-breakpoint-down(lg) {
margin-left: auto;
margin-right: auto;
padding: 0px;
max-width: 85%;
max-width: 90%;
}
}

Expand All @@ -273,7 +274,7 @@
&:last-of-type {
margin-top: 0px;
@include media-breakpoint-up(lg) {
margin-top: 60px;
margin-top: 30px;
}
}
.custody-text-box {
Expand Down

0 comments on commit 49b1d3c

Please sign in to comment.