Skip to content

Commit

Permalink
Adjust styling a little bit
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Oct 8, 2017
1 parent 53c3ce0 commit ac0d23a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/assets/styles/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
.bottom-bar {
height: 3rem;
padding: 0 0.5rem 0.5rem 0.5rem;
border-top-color: rgba(0,0,0,0.1);
background: transparentize($white, 0.25);
}
}
Expand Down Expand Up @@ -186,4 +187,14 @@
}
}
}

.data-links {
color: $gray;

a {
font-size: 0.8em;
vertical-align: top;
text-transform: uppercase;
}
}
}

0 comments on commit ac0d23a

Please sign in to comment.