Skip to content

Commit

Permalink
add bullet points #133
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Jan 24, 2024
1 parent 3fbd943 commit 56ec673
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions site/src/components/pages/OpenJobs/Job/Job.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
gap: 32px;
width: 100%;
height: 198px;
overflow: hidden;

@include mobile {
grid-template-columns: 1fr;
Expand Down
7 changes: 7 additions & 0 deletions site/src/components/pages/OpenJobs/JobPage/Styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
line-height: 22px;
}

ul {
color: $gray-300;
list-style: unset !important;
padding-left: 20px !important;
line-height: 22px;
}

p {
font-size: 16px;
line-height: 22px;
Expand Down
2 changes: 1 addition & 1 deletion site/src/styles/freshteamWidget.scss
Original file line number Diff line number Diff line change
Expand Up @@ -439,4 +439,4 @@ $hiddenFields: 2, 5, 6, 7, 8;

#freshteam-widget::before {
display: none !important;
}
}

0 comments on commit 56ec673

Please sign in to comment.