Minor style improvements

This commit is contained in:
Robin Linus 2016-01-01 21:52:41 +01:00
parent 6416cca048
commit ed8c6ab653
4 changed files with 10 additions and 3 deletions

View file

@ -43,7 +43,7 @@
.short {
font-size: 14px;
line-height: 20px;
color: #505050;
color: #727272;
}
.short a {

View file

@ -26,6 +26,13 @@
.discover {
color: #4285f4;
line-height: 18px;
}
@media all and (max-width: 370px) {
.discover {
font-size: 12px;
}
}
@media all and (max-height: 370px) {