Skip to content

Commit

Permalink
Changed the faq, centered the header, changed font in navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
sajochems committed Feb 5, 2024
1 parent 2a9c47c commit d6493f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/faq.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"question": "Who can attend?",
"answer": "Any current university student can attend HackDelft."
"answer": "Any student can attend HackDelft."
},
{
"question": "How can I sign up for HackDelft?",
Expand Down
1 change: 1 addition & 0 deletions src/components/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, $background-color 100%,), url('../../../static/banner.gif');
background-repeat: no-repeat;
background-size: cover;
background-position: center;

.container {
margin: auto;
Expand Down
3 changes: 3 additions & 0 deletions src/components/navigation/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
border: 5px solid $primary-color;
display: none;



> div {
display: flex;
gap: 16px;
font-size: 20px;
font-family: "Krona-One";
margin: 4px 8px;

.time {
Expand Down

0 comments on commit d6493f2

Please sign in to comment.