-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #189 from activebridge/fix/font_styles_and_text_tags
Fix Titles and descriptions styles and paddings and margins for them
- Loading branch information
Showing
5 changed files
with
74 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.mb-4 { margin-bottom: 40px; } | ||
|
||
.cera-regular { font-family: "Cera Regular", serif; } | ||
.cera-bold { font-family: "Cera-Bold", serif; } | ||
.inria-bold { font-family: "Inria Bold", serif; } | ||
.inria-regular { font-family: "Inria Regular", serif; } | ||
|
||
@media (max-width: 767px) { | ||
.mb-4 { margin-bottom: 25px; } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters