Skip to content

Commit

Permalink
Add VH 2024 date, space out homepage better
Browse files Browse the repository at this point in the history
  • Loading branch information
alanchangxyz committed Mar 14, 2024
1 parent 9973a15 commit 7e9eb77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/(main)/(home)/Home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ body {
width: 45%;
justify-content: space-between;
max-width: 600px;
margin-top: 200px;
margin-top: 150px;

@media screen and (max-width: $break-medium) {
width: 100%;
Expand Down Expand Up @@ -178,7 +178,7 @@ body {
#venushacks-title {
width: 100%;
max-width: 800px;
margin-bottom: -10%;
margin-bottom: -5%;
margin-top: -7%;

@media screen and (max-width: $break-small) {
Expand Down
4 changes: 2 additions & 2 deletions src/app/(main)/(home)/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { comfortaa } from "@/app/fonts";
import vhTitle from "@/assets/images/titles/vh-title-launch.svg";
import "./Home.scss";

// const VH_DATE = "May 26-28, 2023";
const VH_DATE = "Coming Soon!";
const VH_DATE = "May 24 - 26, 2024";
// const VH_DATE = "Coming Soon!";

const Home = () => {
return (
Expand Down

0 comments on commit 7e9eb77

Please sign in to comment.