a few mobile CSS tweaks

This commit is contained in:
Jeff Atwood 2015-02-19 00:13:15 -08:00
parent bf03209f42
commit 08e330bb71
2 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@
// some protection for text-only site titles
.title {
margin-left: 10px;
max-width: 140px;
height: 39px;
overflow: hidden;

View File

@ -3,7 +3,7 @@
padding: 5px 15px;
color: $primary;
text-align: center;
margin: 0 10px;
margin: 10px 0;
}
.topic-post {