mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 17:19:42 +00:00
Fixed horizontal scrollbar (#9853)
This commit is contained in:
parent
4ee788f541
commit
3c603e3bb1
2 changed files with 5 additions and 5 deletions
|
|
@ -149,11 +149,6 @@
|
|||
color: #c3c0c7;
|
||||
}
|
||||
}
|
||||
|
||||
& > .row {
|
||||
margin-left: 12px;
|
||||
margin-right: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
|
|
|||
|
|
@ -64,6 +64,10 @@ div
|
|||
#purple-footer {
|
||||
background-color: #271b3d;
|
||||
|
||||
.row {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
footer, footer a {
|
||||
background: transparent;
|
||||
color: #d5c8ff;
|
||||
|
|
@ -113,6 +117,7 @@ div
|
|||
.static-wrapper {
|
||||
.container-fluid {
|
||||
margin: 5em 2em 2em 2em;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue