Skip to content

Commit

Permalink
update presentation album
Browse files Browse the repository at this point in the history
  • Loading branch information
julieSalha committed Nov 14, 2024
1 parent c499fed commit e6af452
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
38 changes: 38 additions & 0 deletions assets/sass/_home.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
// ==============================================
// HOME
// ==============================================
// Presentation album
.hero
.content
display: flex;
flex-direction: column-reverse;
align-items: center;

.hero-text
margin-bottom: .5rem;
margin-top: .5rem;
.image-portrait
margin-bottom: .5rem;

@include media-breakpoint-up(md)
.hero
.image-portrait
width: 50%;
max-width: 50%;

@include media-breakpoint-up(lg)
.hero--image-portrait
.content
flex-direction: row-reverse;
.hero-text
width: calc( (var(--column-width) * 3) + var(--grid-gutter) * ( 8 - 1 ))
figure
width: calc( (var(--column-width) * 13) + var(--grid-gutter) * ( 3 - 1 ))






1 change: 1 addition & 0 deletions assets/sass/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
@import "_configuration"
@import "_theme/hugo-osuny"
@import "_style"
@import "_home"

0 comments on commit e6af452

Please sign in to comment.