Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
baponkar committed Jun 1, 2024
1 parent c5989d6 commit 4cbf30c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,30 @@ object {
}


/* Add media query for responsiveness */
@media screen and (max-width: 1080px) {
.page-container {
max-width: 99%;
height: auto;
margin-left: 0.5%;
margin-right: 0.5%;
margin-top: 0.5%;
padding-left: 0.5%;
padding-right: 0.5%;
padding-bottom: 0.5%;
padding-top: 0.5%;
background-color: var(rgb(168, 39, 39));
border-radius: 5px;
border: 2px solid --secondary-color;
border-color: var(--accent-color);
box-sizing: border-box;
box-shadow: 5px 5px 5px var(--secondary-color);
}

#imageContainer {
height: 200px; /* Adjust height for smaller screens */
}
}



Expand Down

0 comments on commit 4cbf30c

Please sign in to comment.