mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Use margin offsets for group plan header (#10180)
So there are no whitespaces around the header
This commit is contained in:
committed by
Sabe Jones
parent
64e86bad91
commit
10e0848a5c
@@ -171,6 +171,8 @@ div
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
height: 356px;
|
height: 356px;
|
||||||
|
margin-left: -12px;
|
||||||
|
margin-right: -12px;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 48px;
|
font-size: 48px;
|
||||||
|
|||||||
Reference in New Issue
Block a user