Skip to content

Commit

Permalink
💅✨:bring styles up-to-speed
Browse files Browse the repository at this point in the history
Signed-off-by: OpenINF Bot <[email protected]>
Signed-off-by: Derek Lewis <[email protected]>
OpenINFbot authored and DerekNonGeneric committed Feb 8, 2024
1 parent 6f9020f commit e47a797
Showing 2 changed files with 8 additions and 18 deletions.
16 changes: 4 additions & 12 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
// Auto-fix JS files with ESLint using our custom settings. Needs
// https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"[json5]": {
"editor.formatOnSave": true
@@ -33,10 +33,7 @@
// Render vertical rulers after a certain number of monospace characters.
// Use multiple values for multiple rulers. No rulers are drawn if array is
// empty.
"editor.rulers": [
80,
100
],
"editor.rulers": [80, 100],
// The number of spaces a tab is equal to. This setting is overridden based
// on the file contents when `editor.detectIndentation` is on.
"editor.tabSize": 2,
@@ -148,14 +145,9 @@
// Enable / Disable compound words like 'errormessage'.
"cSpell.allowCompoundWords": true,
// Words to be ignored and not suggested.
"cSpell.ignoreWords": [
"behaviour"
],
"cSpell.ignoreWords": ["behaviour"],
// Specify paths/files to ignore.
"cSpell.ignorePaths": [
".git/",
"node_modules/"
],
"cSpell.ignorePaths": [".git/", "node_modules/"],
// Set custom workspace dictionaries.
"cSpell.customDictionaries": {
"project-terms": {
10 changes: 4 additions & 6 deletions _includes/assets/css/main.css
Original file line number Diff line number Diff line change
@@ -21,7 +21,6 @@ body {
width: 100%;
height: 100%;
min-height: 100%;
margin-bottom: 8rem;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
font-size: 14px;
@@ -92,9 +91,9 @@ body {
}

footer {
width: 100%;
width: 100%;/*
height: 4.5rem;
padding: 0 1.5rem;
padding: 0 1.5rem;*/
color: #77675a;
}

@@ -132,11 +131,10 @@ footer .grid-container {
.sigil {
position: absolute;
top: 50%;
left: 50%;
right: 50%;
transform: translate(50%,-50%);
width: 100px;
height: 100px;
margin-top: -50px;
margin-left: -50px;
background: none;
border: none;
}

0 comments on commit e47a797

Please sign in to comment.