Skip to content

Commit

Permalink
Styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mattobee committed May 6, 2024
1 parent b6cf620 commit 3c5f334
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Course.astro
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ let { title, website, description, provider, teacher } = course;
}
.course__providers {
order: 1;
font-size: var(--step--1);
}
.course__teachers {
order: 3;
font-size: var(--step--1);
}
.course__description {
order: 4;
Expand Down
3 changes: 3 additions & 0 deletions src/styles/utils/typo.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.text-small {
font-size: var(--step--1);
}
1 change: 1 addition & 0 deletions src/styles/utils/utils.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@import url("flow.css");
@import url("display.css");
@import url("color.css");
@import url("typo.css");

.container {
width: min(100% - var(--space-m), var(--container-max, 60ch));
Expand Down

0 comments on commit 3c5f334

Please sign in to comment.