Skip to content

Commit

Permalink
Removing bold links which didn't show
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyatFocallocal committed Oct 19, 2023
1 parent 1e7c6f4 commit 1a71075
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions imports/client/ui/pages/Home/EventsSection/Item/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
.item-text {
text-align: left;
font-size: 18px;
@media (min-width: 768px) {
font-weight: bold; /* Adjust the font weight as desired */
}
}
}
}
3 changes: 0 additions & 3 deletions imports/client/ui/pages/Home/MovementSection/Item/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
.item-text {
text-align: left;
font-size: 18px;
@media (min-width: 768px) {
font-weight: bold; /* Adjust the font weight as desired */
}
}
}
}
3 changes: 0 additions & 3 deletions imports/client/ui/pages/Home/ProjectsSection/Item/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
.item-text {
text-align: left;
font-size: 18px;
@media (min-width: 768px) {
font-weight: bold; /* Adjust the font weight as desired */
}
}
}
}

0 comments on commit 1a71075

Please sign in to comment.