Skip to content

Commit

Permalink
contactPage .box-wrapper width adjusted for better view
Browse files Browse the repository at this point in the history
  • Loading branch information
SagrSuri committed Mar 30, 2024
1 parent 7bae17d commit a9030a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css_files/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body {
.box-wrapper {
position: relative;
display: table;
width: 75vw;
width: 90vw; /*fixed the width for better view */
top: 15px;
left: 50%;
transform: translate(-50%, 0);
Expand Down

0 comments on commit a9030a2

Please sign in to comment.