Skip to content

Commit

Permalink
Merge branch 'develop' into delta
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabe Jones committed May 9, 2024
2 parents 462ab79 + 934b85d commit c554b4c
Show file tree
Hide file tree
Showing 53 changed files with 1,017 additions and 1,262 deletions.
150 changes: 0 additions & 150 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion habitica-images
Submodule habitica-images updated 1678 files
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "habitica",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "5.24.1",
"version": "5.24.2",
"main": "./website/server/index.js",
"dependencies": {
"@babel/core": "^7.22.10",
Expand Down
52 changes: 52 additions & 0 deletions website/client/src/assets/scss/faq.scss
@@ -0,0 +1,52 @@
@import '~@/assets/scss/colors.scss';

h1 {
margin-top: 0px;
line-height: 1.33;
}

li {
padding-bottom: 4px;

li {
&:first-of-type {
padding-top: 4px;
}
li li {
list-style-type: disc;
}
}
}

p {
margin-bottom: 21px;
}

ul {
padding-left: 20px;
}

.top-container {
width: 66.67%;
margin-top: 80px;
display: flex;

@media (max-width: 1024px) {
flex-wrap: wrap;
}
}

.main-text {
h3 {
font-size: 1.15em;
font-weight: 400;
line-height: 1.75;
color: $purple-200;
}

.body-text {
font-size: 1em;
color: $gray-10;
line-height: 1.71;
}
}

0 comments on commit c554b4c

Please sign in to comment.