-
Notifications
You must be signed in to change notification settings - Fork 2
Sps26/website improvements #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
1c01f25
307dfe6
760cb80
376c023
b174eb5
1068702
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "recommendations": [ | ||
| "streetsidesoftware.code-spell-checker", | ||
| "ms-python.python", | ||
| "mechatroner.rainbow-csv", | ||
|
|
||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "files.associations": { | ||
| "*.lr": "markdown" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,8 +29,9 @@ $secondary-color: $spsa-orange; | |
| $navigation-fg: #fff; | ||
| $navigation-fg-border: #999; | ||
| $navigation-bg: rgba(40, 40, 45, .55); | ||
| $max-line-width: 67ex; | ||
| $max-line-width: 110ex; | ||
| $smooth-borders: 3px; | ||
| $size-lg: 920px; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Where is this used?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think that's left-overs from some tests, but i'm not sure (i just was finally happy with the results) |
||
|
|
||
| $note-pastel: #f5f5f5; | ||
| $info-pastel: #dcf2e6; | ||
|
|
@@ -201,7 +202,7 @@ footer { | |
|
|
||
| .page p { | ||
| margin-bottom: .5rem !important; | ||
| max-width: 72ex; | ||
| max-width: $max-line-width; | ||
| } | ||
|
|
||
| .contact > * { | ||
|
|
@@ -251,7 +252,7 @@ li::before | |
| max-width: $max-line-width; | ||
|
|
||
| img { | ||
| width: 125%; | ||
| width: 100%; | ||
| } | ||
| } | ||
|
|
||
|
|
@@ -269,7 +270,7 @@ li::before | |
|
|
||
| .media { | ||
| margin: 0 0 1.5rem; | ||
| max-width: 80%; | ||
| max-width: 100%; | ||
|
|
||
| img { | ||
| margin-bottom: -.5rem; | ||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if always recreating it is needed.