Skip to content

Commit

Permalink
IAI-28 adds feedback, headline and header adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
TiloNN committed Feb 5, 2025
1 parent a8f7d1f commit 1116600
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,12 @@
}

.page-position {
height: 20vh;
height: 30vh;
background-image: url('../../../../images/figure_repository_IAI.jpg');
background-image: url('../../../../images/2020_Publikationen_A_02.jpg');
background-image: url('../../../../images/imo_N3A7044.jpg');
background-size: cover;
background-position: center center;
display: flex;
flex-direction: column;
justify-content: end;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
// set the defaults for all responsive levels here
// no (xl) media query necessary (desktop first)


.mir-home {
.page-position {
height: 50vh;
}
}

// Large devices (desktops) and below: <= 1200px
@include media-breakpoint-down(lg) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,31 @@
text-decoration: none;
}

// adjustments for this project only
.detail_row {
h1 {
font-size: 2rem;
font-weight: 500;
}
}
.mir-toc-section-title {
font-weight: 400;
}

// TODO: fix in MIR
.detail_block {
padding-bottom: 2rem;
}
.detail_block,
.mir_metadata {
h3 {
font-size: $font-size-base;
}
}
#mir-abstract {
margin-bottom: 0;
}

// Large devices (desktops) and below: <= 1200px
@include media-breakpoint-down(lg) {
// add/overwrite styles for responsive level lg and lower
Expand Down

0 comments on commit 1116600

Please sign in to comment.