Skip to content

Commit

Permalink
GH-101: Navigation Bar (Consistent Line-Height)
Browse files Browse the repository at this point in the history
Ensure Portal & Docs line-height (in header) matches CMS.
  • Loading branch information
wesleyboar committed May 18, 2021
1 parent 7c8846c commit 5f83e6a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions taccsite_cms/static/site_cms/css/src/_imports/trumps/s-header.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ Styleguide Trumps.Scopes.Header



/* Generic */

/* .s-header, *//* FAQ: Already inherited from body */
/* To match CMS line-height */
:--for-docs .s-header,
:--for-portal .s-header {
line-height: 1.4;
}





/* Nav Bar */
Expand Down

0 comments on commit 5f83e6a

Please sign in to comment.