mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 00:42:16 +02:00
Add paragarph style rule for address, remove extra space
This commit is contained in:
parent
0c44c95d60
commit
048de4debd
1 changed files with 7 additions and 7 deletions
|
@ -51,23 +51,23 @@ $letter-space--xs: .0125em;
|
|||
}
|
||||
|
||||
p,
|
||||
.usa-list li
|
||||
{
|
||||
@include typeset('sans', 'sm', 5);
|
||||
address,
|
||||
.usa-list li {
|
||||
@include typeset('sans', 'sm', 5);
|
||||
max-width: measure(5);
|
||||
}
|
||||
|
||||
h1 {
|
||||
h1 {
|
||||
@include typeset('sans', '2xl', 2);
|
||||
margin: 0 0 units(2);
|
||||
color: color('primary-darker');
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
h2 {
|
||||
font-weight: font-weight('semibold');
|
||||
line-height: line-height('heading', 3);
|
||||
margin: units(4) 0 units(1);
|
||||
}
|
||||
}
|
||||
|
||||
.register-form-step > h1 {
|
||||
//align to top of sidebar on first page of the form
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue