login dropdown

This commit is contained in:
lvuch 2017-03-09 16:24:46 -07:00
parent c28779af58
commit bc7b5e6521
2 changed files with 4 additions and 1 deletions

View File

@ -21,10 +21,12 @@ h6 {
h1 {
font-size: 1.5em;
line-height: 1.25em;
}
h2 {
font-size: 1.25em;
line-height: 1em;
}
h3 {

View File

@ -17,8 +17,9 @@
}
.language-dropdown {
a {
> a {
border: solid $link-color 2px;
white-space: line-wrap;
}
}
}