Skip to content

Commit

Permalink
Change the vibe
Browse files Browse the repository at this point in the history
  • Loading branch information
sajochems committed Nov 20, 2023
1 parent 8084227 commit a3336e9
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 7 deletions.
2 changes: 2 additions & 0 deletions src/components/about/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
@import "./src/variables";

.about {
margin-bottom: 32px;

h2 {
color: $primary-color;
font-family: "Krona-One";
Expand Down
12 changes: 10 additions & 2 deletions src/components/faq/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@
margin: 12px 0;
padding: 16px;
background: $primary-color;
margin-bottom: 32px;


h2 {
color: $secondary-color;
font-family: "Krona-One";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
margin: 0;
padding: 8px;
color: $primary-text;
padding-left: 2px;
}

ul {
Expand Down
10 changes: 8 additions & 2 deletions src/components/photos/style.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
@import "./src/variables";

.photos {
margin-bottom: 8px;
margin-bottom: 32px;

h2 {
color: $secondary-color;
color: $primary-color;
font-family: "Krona-One";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
margin: 0;
padding-left: 2px;
}
Expand Down
19 changes: 17 additions & 2 deletions src/components/sponsors/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,30 @@
@import "./src/mixins";

.sponsors {
margin-bottom: 32px;

h2 {
color: $secondary-color;
color: $primary-color;
font-family: "Krona-One";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
margin: 0;
margin-bottom: 32px;
padding-left: 2px;
}

h3 {
margin: 4px 16px;
color: $primary-color;
font-family: "Krona-One";
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
margin: 0;
padding-left: 2px;
}
}

Expand Down
9 changes: 9 additions & 0 deletions src/components/timeline/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@
@import "./src/variables";

.timeline {
margin-bottom: 32px;

h2 {
color: $primary-color;
font-family: "Krona-One";
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
margin: 0;
padding-left: 2px;
}

p {
Expand Down
3 changes: 2 additions & 1 deletion src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ body {
display: flex;
flex-direction: column;
color: $primary-text;
background: $background-color;
background-image: url(../static/Background.png);
background-repeat: repeat-y repeat-x;
font-family: Helvetica, sans-serif;
line-height: 1.5;
font-size: 1.1em;
Expand Down
Binary file added static/Background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3336e9

Please sign in to comment.