Skip to content

Commit

Permalink
Removed unused CSS guidelines/aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Mar 15, 2022
1 parent 71aa7ed commit 2bbd0da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/utils/acm-empty.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
section :global(p) {
font-size: var(--subheading-font-size);
font-size: var(--size-lg);
margin: 20px;
}
</style>
11 changes: 0 additions & 11 deletions static/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,6 @@ body {
--size-xl: 48px;
}

/* New CSS Guidelines */
@media screen and (min-width: 768px) {
:root {
--title-font-size: 96px;
--heading-font-size: 64px;
--subheading-font-size: 36px;
--body-font-size: 24px;
--margin-text-font-size: 16px;
}
}

.ita {
font-style: italic;
}
Expand Down

0 comments on commit 2bbd0da

Please sign in to comment.