Skip to content

Commit

Permalink
Fixed an issue that was causing context to not be centered on ultra-w…
Browse files Browse the repository at this point in the history
…ide screens.
  • Loading branch information
martapolii committed May 13, 2024
1 parent 6dd9d5e commit 90f8cb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1>

<!-- MAIN -->
<main>
<section >
<section>
<!-- PAGE 1 -->
<div class="gallery">
<div class="single_square">
Expand Down
6 changes: 4 additions & 2 deletions stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ body{
font-family: Arial, Helvetica, sans-serif;
display: flex;
flex-direction: column;
width: 100vw;
width: 100%;
max-width: 1920px;
margin: auto;
height: 100vh;
color: rgb(255, 255, 255);
}

Expand Down Expand Up @@ -450,6 +449,9 @@ transform: scale(1.05);
padding-bottom: 0;
}
}



/* MEDIUM */
@media only screen and (min-width: 992px) and (max-width: 1919px){
html{
Expand Down

0 comments on commit 90f8cb3

Please sign in to comment.