Skip to content

Commit

Permalink
Merge pull request #1909 from alphagov/govspeak-contact-heading-remove
Browse files Browse the repository at this point in the history
Update contact heading
  • Loading branch information
chris-gds authored Feb 9, 2021
2 parents e729e7a + 7cc79c9 commit df9bf94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
float: none;
width: 100%;

h3 {
@include govuk-font($size: 19, $weight: bold);
margin-bottom: 5px;
}

.email-url-number {
.email {
word-wrap: break-word;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ examples:
block: |
<div class="contact" id="contact_1017">
<div class="content">
<h3>Media enquiries</h3>
<div class="vcard contact-inner">
<p>Media enquiries</p>
<p class="adr">
<span class="street-address">2 Marsham Street<br>London</span><br>
<span class="postal-code">SW1P 4DF</span>
Expand All @@ -332,8 +332,8 @@ examples:
<h2>This is a title</h2>
<div class="contact" id="contact_1018">
<div class="content">
<h3>Media enquiries</h3>
<div class="vcard contact-inner">
<p>Media enquiries</p>
<p class="adr">
<span class="street-address">2 Marsham Street<br>London</span><br>
<span class="postal-code">SW1P 4DF</span>
Expand All @@ -349,8 +349,8 @@ examples:
<p>This is a paragraph.</p>
<div class="contact" id="contact_1019">
<div class="content">
<h3>Media enquiries</h3>
<div class="vcard contact-inner">
<p>Media enquiries</p>
<p class="adr">
<span class="street-address">2 Marsham Street<br>London</span><br>
<span class="postal-code">SW1P 4DF</span>
Expand Down

0 comments on commit df9bf94

Please sign in to comment.