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
|
// some protection for text-only site titles
|
||||||
.title {
|
.title {
|
||||||
margin-left: 10px;
|
|
||||||
max-width: 140px;
|
max-width: 140px;
|
||||||
height: 39px;
|
height: 39px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
padding: 5px 15px;
|
padding: 5px 15px;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0 10px;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-post {
|
.topic-post {
|
||||||
|
|
Loading…
Reference in New Issue