mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Fixed horizontal scrollbar (#9853)
This commit is contained in:
committed by
Sabe Jones
parent
4ee788f541
commit
3c603e3bb1
@@ -149,11 +149,6 @@
|
|||||||
color: #c3c0c7;
|
color: #c3c0c7;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& > .row {
|
|
||||||
margin-left: 12px;
|
|
||||||
margin-right: 12px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
|
|||||||
@@ -64,6 +64,10 @@ div
|
|||||||
#purple-footer {
|
#purple-footer {
|
||||||
background-color: #271b3d;
|
background-color: #271b3d;
|
||||||
|
|
||||||
|
.row {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
footer, footer a {
|
footer, footer a {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: #d5c8ff;
|
color: #d5c8ff;
|
||||||
@@ -113,6 +117,7 @@ div
|
|||||||
.static-wrapper {
|
.static-wrapper {
|
||||||
.container-fluid {
|
.container-fluid {
|
||||||
margin: 5em 2em 2em 2em;
|
margin: 5em 2em 2em 2em;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2 {
|
h1, h2 {
|
||||||
|
|||||||
Reference in New Issue
Block a user