Skip to content

Commit

Permalink
Change the page heights to make it full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Ochirsaikhan committed Jul 8, 2023
1 parent e93ab37 commit d2e936b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/CsMajor.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const ComputerScienceMajorContainer = () => {
return (
<div className={classes["main-container"]}>
<svg
viewBox="0 0 1280 3392"
viewBox="0 0 1280 800"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/DsMajor.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const DataScienceMajorContainer = () => {
return (
<div className={classes["main-container"]}>
<svg
viewBox="0 0 1280 3392"
viewBox="0 0 1280 800"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/InfMajor.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const InformaticsMajorContainer = () => {
return (
<div className={classes["main-container"]}>
<svg
viewBox="0 0 1280 3392"
viewBox="0 0 1280 800"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
Expand Down

0 comments on commit d2e936b

Please sign in to comment.