Remove CSS that was causing change list to render at 11px font

+ Also makes anchor links block display to increase their hit targets.

Change-Id: I66ea07b1c125b1f80df2aafece4a5254efd51bdb
This commit is contained in:
Andrew Bonventre
2017-01-10 12:05:49 -08:00
parent 0501747ec3
commit a1c6667a68
2 changed files with 1 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ limitations under the License.
}
a {
color: var(--default-text-color);
display: block;
text-decoration: none;
}
a:hover {

View File

@@ -85,9 +85,6 @@ limitations under the License.
width: 2.6em;
text-align: center;
}
:host {
font-size: 11px;
}
@media only screen and (max-width: 50em) {
:host {
font-size: 14px;