Skip to content

Commit

Permalink
Update CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K committed Nov 30, 2023
1 parent 5762842 commit 7d22d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 3 additions & 8 deletions deck.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,17 +149,12 @@ ol li {
display: grid;
gap: 1rem;
grid-template-columns: repeat(auto-fit, minmax(85px, max-content));
margin: auto;
justify-content: center;
margin: auto auto 1rem auto;
}

#input-mode div {
margin-top: 1rem;
margin-bottom: 1rem;
}

* {
font-family: 'Ubuntu', sans-serif;
#input-mode * {
margin: 0;
}

/* Configure input text fields to be border boxes */
Expand Down
4 changes: 0 additions & 4 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,6 @@ main {
* {
background-color: var(--main-background-colour);
accent-color: var(--main-accent-colour);
}

/* Set font family for basically all text we use */
h1, h2, h3, h4, h5, h6, p, li {
font-family: 'Ubuntu', sans-serif;
}

Expand Down

0 comments on commit 7d22d54

Please sign in to comment.