Skip to content

Commit

Permalink
define widths for photo layout
Browse files Browse the repository at this point in the history
  • Loading branch information
letioneill committed Jun 17, 2024
1 parent 36658a0 commit efc39c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/css/components/photo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,17 @@
box-shadow: -6px 6px 0 #10162f;

@media #{$min_md} {
width: 60%;
// width: 60%;
height: fit-content;
flex: 1 1 60%;
}
}

.photo-desc {
padding: 3em 0;

@media #{$min_md} {
flex: 1 1 40%;
padding: 3em 1em 3em 3em;
}

Expand Down
2 changes: 1 addition & 1 deletion styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit efc39c8

Please sign in to comment.