mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 03:12:46 +08:00
margin-bottom on mobile star to align cats/title
This commit is contained in:
parent
f96e6e2376
commit
5234189581
|
@ -16,7 +16,9 @@
|
||||||
#topic-title {
|
#topic-title {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
margin: 0 60px 10px 20px;
|
margin: 0 60px 10px 20px;
|
||||||
|
.star {
|
||||||
|
margin-bottom: 30px; // this allows the categories to align underneath title
|
||||||
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
margin:0;
|
margin:0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user