a few mobile CSS tweaks
This commit is contained in:
parent
bf03209f42
commit
08e330bb71
|
@ -10,7 +10,6 @@
|
|||
|
||||
// some protection for text-only site titles
|
||||
.title {
|
||||
margin-left: 10px;
|
||||
max-width: 140px;
|
||||
height: 39px;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
padding: 5px 15px;
|
||||
color: $primary;
|
||||
text-align: center;
|
||||
margin: 0 10px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.topic-post {
|
||||
|
|
Loading…
Reference in New Issue