Skip to content

Commit

Permalink
questions
Browse files Browse the repository at this point in the history
  • Loading branch information
nkurelli committed Jan 28, 2024
1 parent 8ea61c7 commit ddae410
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
--background-color: #d08572;
--main-color: #141d2e;
--secondary-color: #87a1a6;
--ternary-color: #284a8a;
--text-color: #c6d2cd;
--font-1: "Rubik";
--font-2: "Archivo Narrow";
Expand Down Expand Up @@ -35,6 +36,13 @@
width: 100%;
}

.section-paragraph {
font-family: var(--section-header-font);
color: var(--ternary-color);
font-size: 200%;
width: 100%;
}

p {
font-size: 100;
}
Expand Down
1 change: 1 addition & 0 deletions src/components/EventDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const EventDetails = () => {
<div className="schedule-content">
<div className="schedule-header"></div>
<div className="section-header">Schedule</div>
<div className="section-paragraph">Have questions? Head over to Rashid.</div>
<div class="legend">
<div class="legend-event">
<div class="legend-box foods"></div>
Expand Down

0 comments on commit ddae410

Please sign in to comment.