Skip to content

Commit

Permalink
Merge pull request #12 from nuoxoxo/campus
Browse files Browse the repository at this point in the history
1810 : bigger text
  • Loading branch information
nuoxoxo authored Sep 19, 2023
2 parents b213c9c + 231dd52 commit 1798c8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/includes/Aoc1810.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ var Aoc1810 = () => {
</div>
</div>

<div className="field data-field data-field-2021">
{lines ? lines.join("\n") : "No data available."}
</div>

</>
) : (
<p>Loading data...</p>
Expand Down
4 changes: 3 additions & 1 deletion src/styles/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,12 @@ body {
.res-field-1810 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.res-field-1810-image {
font-size: 3px;
font-size: 12px;
text-align: center;
}

Expand Down

0 comments on commit 1798c8e

Please sign in to comment.