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 18, 2023
2 parents 3335c2d + 4b6c602 commit d76ef48
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
Binary file modified src/images/what-is-tia/what-is-tia-role-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-role-2.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-role-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 7 additions & 8 deletions src/scss/pages/page-what-is-tia.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,14 @@
}

.tia-role {
padding-top: 100px;
padding-top: 80px;
padding-bottom: 50px;
@include media-breakpoint-up(lg) {
padding-top: 145px;
padding-bottom: 100px;
}
.role-items {
margin-top: 24px;
margin-top: 32px;
display: flex;
justify-content: space-between;
flex-direction: column;
Expand All @@ -184,12 +184,11 @@
display: flex;
flex-direction: column;
justify-content: center;
height: 150px;
width: 120px;
height: 100%;
width: 140px;
margin-bottom: 10px;
@include media-breakpoint-down(sm) {
height: 110px;
width: 80px;
width: 100px;
}
@include media-breakpoint-up(lg) {
margin-bottom: 20px;
Expand Down Expand Up @@ -221,7 +220,7 @@
}

.custody-stacking {
padding-top: 20px;
padding-top: 0px;
padding-bottom: 60px;
@include media-breakpoint-up(lg) {
padding-top: 0px;
Expand Down Expand Up @@ -519,7 +518,7 @@
.link-title {
color: #000;
font-family: $ruberoid;
font-size: 22px;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
Expand Down

0 comments on commit d76ef48

Please sign in to comment.