Change font-size from 1.2em to 1.143em
Also remove the unit from line-height. Based on Volker's review of the previous change.
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
}
|
||||
|
||||
.uls-no-results-found-title {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.143em;
|
||||
padding: 0 16px 0 28px;
|
||||
margin: 20px 0;
|
||||
border-bottom: 0;
|
||||
@@ -133,7 +133,7 @@
|
||||
font-size: 0.9em;
|
||||
width: 100%;
|
||||
margin-top: 1.6em;
|
||||
line-height: 1.6em;
|
||||
line-height: 1.6;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user