From c0b52851a47a05970a6cbbb0190093d781e06c57 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Mon, 6 Dec 2021 14:54:29 +0000 Subject: [PATCH] Run prettier --- .github/workflows/codeql-analysis.yml | 92 ++++----- content/blog/scambox/001-hermine.mdx | 5 +- content/career/2012-edu-goetheschule.json | 2 +- content/career/2017-edu-schueleruni.json | 2 +- .../career/2017-exp-carstens-carstens.json | 2 +- content/career/2018-exp-henning-kahl.json | 2 +- content/career/2019-exp-edeka-nord.json | 2 +- .../career/2021-edu-elsensee-gymnasium.json | 2 +- content/career/present-edu-fh-wedel.json | 2 +- locales/de/translation.json | 182 +++++++++--------- locales/en/translation.json | 182 +++++++++--------- src/_globals.scss | 3 +- src/components/navigation.module.scss | 1 - src/pages/index.module.scss | 29 ++- src/templates/blogListing.module.scss | 11 +- src/templates/blogPost.module.scss | 8 +- 16 files changed, 262 insertions(+), 265 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 80ba14c..b382515 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -12,59 +12,59 @@ name: "CodeQL" on: - push: - branches: [ main ] - pull_request: - # The branches below must be a subset of the branches above - branches: [ main ] - schedule: - - cron: '19 22 * * 2' + push: + branches: [main] + pull_request: + # The branches below must be a subset of the branches above + branches: [main] + schedule: + - cron: "19 22 * * 2" jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write + analyze: + name: Analyze + runs-on: ubuntu-latest + permissions: + actions: read + contents: read + security-events: write - strategy: - fail-fast: false - matrix: - language: [ 'javascript' ] - # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] - # Learn more about CodeQL language support at https://git.io/codeql-language-support + strategy: + fail-fast: false + matrix: + language: ["javascript"] + # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] + # Learn more about CodeQL language support at https://git.io/codeql-language-support - steps: - - name: Checkout repository - uses: actions/checkout@v2 + steps: + - name: Checkout repository + uses: actions/checkout@v2 - # Initializes the CodeQL tools for scanning. - - name: Initialize CodeQL - uses: github/codeql-action/init@v1 - with: - languages: ${{ matrix.language }} - # If you wish to specify custom queries, you can do so here or in a config file. - # By default, queries listed here will override any specified in a config file. - # Prefix the list here with "+" to use these queries and those in the config file. - # queries: ./path/to/local/query, your-org/your-repo/queries@main + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v1 + with: + languages: ${{ matrix.language }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + # queries: ./path/to/local/query, your-org/your-repo/queries@main - # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). - # If this step fails, then you should remove it and run the build manually (see below) - - name: Autobuild - uses: github/codeql-action/autobuild@v1 + # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). + # If this step fails, then you should remove it and run the build manually (see below) + - name: Autobuild + uses: github/codeql-action/autobuild@v1 - # ℹ️ Command-line programs to run using the OS shell. - # 📚 https://git.io/JvXDl + # ℹ️ Command-line programs to run using the OS shell. + # 📚 https://git.io/JvXDl - # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines - # and modify them (or add more) to build your code if your project - # uses a compiled language + # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines + # and modify them (or add more) to build your code if your project + # uses a compiled language - #- run: | - # make bootstrap - # make release + #- run: | + # make bootstrap + # make release - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v1 diff --git a/content/blog/scambox/001-hermine.mdx b/content/blog/scambox/001-hermine.mdx index 1045c7a..79e932f 100644 --- a/content/blog/scambox/001-hermine.mdx +++ b/content/blog/scambox/001-hermine.mdx @@ -15,4 +15,7 @@ which was great because I, everyones favourite wizard-boy, need a new toaster! But how about you read it yourself? - + diff --git a/content/career/2012-edu-goetheschule.json b/content/career/2012-edu-goetheschule.json index 1cd53dd..b2f6eb4 100644 --- a/content/career/2012-edu-goetheschule.json +++ b/content/career/2012-edu-goetheschule.json @@ -14,4 +14,4 @@ "de": "Juni 2012" }, "externalLink": "http://www.goethe-schule-quickborn.de/" -} \ No newline at end of file +} diff --git a/content/career/2017-edu-schueleruni.json b/content/career/2017-edu-schueleruni.json index 3e87d1b..4f48e39 100644 --- a/content/career/2017-edu-schueleruni.json +++ b/content/career/2017-edu-schueleruni.json @@ -18,4 +18,4 @@ "de": "Die Schüleruni war ein kurzer Einblick in ein Informatikstudium für Schüler." }, "externalLink": "https://www.fh-wedel.de/wir/organisation/pressestelle/news/news/article/erste-schueleruni-endet-erfolgreich/" -} \ No newline at end of file +} diff --git a/content/career/2017-exp-carstens-carstens.json b/content/career/2017-exp-carstens-carstens.json index ab9ab12..e95fc02 100644 --- a/content/career/2017-exp-carstens-carstens.json +++ b/content/career/2017-exp-carstens-carstens.json @@ -14,4 +14,4 @@ "en": "Student internship with experiences in webdesign, accounting and administrative work" }, "externalLink": "https://recht-und-steuern-carstens.de/" -} \ No newline at end of file +} diff --git a/content/career/2018-exp-henning-kahl.json b/content/career/2018-exp-henning-kahl.json index 81d006f..f6a0194 100644 --- a/content/career/2018-exp-henning-kahl.json +++ b/content/career/2018-exp-henning-kahl.json @@ -18,4 +18,4 @@ "en": "Independent web-development and consulting" }, "externalLink": "https://hkhs.de/" -} \ No newline at end of file +} diff --git a/content/career/2019-exp-edeka-nord.json b/content/career/2019-exp-edeka-nord.json index 41c8967..2390fb0 100644 --- a/content/career/2019-exp-edeka-nord.json +++ b/content/career/2019-exp-edeka-nord.json @@ -14,4 +14,4 @@ "en": "Student internship with experiences in SAP-administration and -development, UNIX-administration, monitoring and IT-support" }, "externalLink": "https://verbund.edeka/nord/" -} \ No newline at end of file +} diff --git a/content/career/2021-edu-elsensee-gymnasium.json b/content/career/2021-edu-elsensee-gymnasium.json index ebcac41..66f5769 100644 --- a/content/career/2021-edu-elsensee-gymnasium.json +++ b/content/career/2021-edu-elsensee-gymnasium.json @@ -14,4 +14,4 @@ "de": "Juni 2021" }, "externalLink": "https://www.elsensee-gymnasium.de" -} \ No newline at end of file +} diff --git a/content/career/present-edu-fh-wedel.json b/content/career/present-edu-fh-wedel.json index f8fd85f..a3c3ae1 100644 --- a/content/career/present-edu-fh-wedel.json +++ b/content/career/present-edu-fh-wedel.json @@ -18,4 +18,4 @@ "de": "Bachelor in Wirtschaftsinformatik" }, "externalLink": "https://www.fh-wedel.de" -} \ No newline at end of file +} diff --git a/locales/de/translation.json b/locales/de/translation.json index b065550..96442b6 100644 --- a/locales/de/translation.json +++ b/locales/de/translation.json @@ -1,95 +1,95 @@ { - "site": { - "description": "Hallo, ich bin Kevin Kandlbinder, ein Entwickler und Hobby-Fotograf aus Norddeutschland." - }, - "layout": { - "imprint": "Impressum", - "datasec": "Datenschutz", - "disclaimer": "Disclaimer" - }, - "project": { - "title": "Projekt", - "plural": "Projekte", - "aboutHeader": "Über {{projectName}}", - "viewGitHub": "Auf GitHub anschauen", - "viewWebsite": "Projekt-Website anschauen", - "description": "Das ist woran ich grade arbeite oder woran ich gearbeitet habe.", - "view": "Anschauen" - }, - "home": { - "title": "Home", - "hello": "Hallo, ich bin", - "me": "Ich bin", - "webDeveloper": "Web Developer", - "imageCredit": "Portrait aufgenommen von Jannik Kiel", - "myLocation": "Quickborn, Schleswig-Holstein, Deutschland", - "explore": "Erkunde", - "myProjects": "meine Projekte", - "discover": "Entdecke", - "mySocials": "meine Accounts", - "learn": "Erfahre", - "moreAboutMe": "mehr über mich" - }, - "about": { - "title": "Über", - "donationCatchphrase": "Gefällt dir was du siehst? Spende doch etwas.", - "moreProjects": "Mehr Projekte erkunden", - "featuredProjects": "Vorgestellte Projekte", - "mySkills": "Meine Fähigkeiten", - "myCareer": "Mein Werdegang", - "birth": "Geboren 03.11.2001" - }, - "social": { - "title": "Soziales", - "descriptionWithLink": "Finde mich auf anderen Plattformen oder <1>besuche meine Freunde!", - "description": "Finde mich auf anderen Plattformen!" - }, - "friends": { - "title": "Freunde", - "description": "In dieser Liste stehen Freunde von mir und meiner Seite. Schau doch bei ihnen mal rein, wenn du mehr interessante Projekte sehen willst." - }, - "donate": { - "title": "Spenden", - "description": "Hey! Es sieht so aus als würdest du über eine Spende nachdenken. Das ist nett! Wenn du ein bestimmtes Projekt unterstützen willst, schreibe deine Wünsche gerne in den Spendenkommentar.", - "thanks": "Danke für die Spende!", - "thanksText": "Ich finde es schön, dass du meine Arbeit schön findest und das zeigst! Sende mir gerne eine E-Mail an <1>{{contactEmail}} wenn du mit mir über irgendwas reden möchtest!", - "gitHub": "Du kannst mich mit dem folgenden Button ganz einfach über GitHub Sponsors unterstützen!", - "payPal": "Wenn du mich lieber über PayPal unterstützen willst ist hier der Button für dich:", - "sponsorGitHub": "Über GitHub unterstützen", - "donatePayPal": "Über PayPal spenden" - }, - "menu": "Menü", - "language": { - "en": { - "name": "Englisch" + "site": { + "description": "Hallo, ich bin Kevin Kandlbinder, ein Entwickler und Hobby-Fotograf aus Norddeutschland." }, - "de": { - "name": "Deutsch" + "layout": { + "imprint": "Impressum", + "datasec": "Datenschutz", + "disclaimer": "Disclaimer" + }, + "project": { + "title": "Projekt", + "plural": "Projekte", + "aboutHeader": "Über {{projectName}}", + "viewGitHub": "Auf GitHub anschauen", + "viewWebsite": "Projekt-Website anschauen", + "description": "Das ist woran ich grade arbeite oder woran ich gearbeitet habe.", + "view": "Anschauen" + }, + "home": { + "title": "Home", + "hello": "Hallo, ich bin", + "me": "Ich bin", + "webDeveloper": "Web Developer", + "imageCredit": "Portrait aufgenommen von Jannik Kiel", + "myLocation": "Quickborn, Schleswig-Holstein, Deutschland", + "explore": "Erkunde", + "myProjects": "meine Projekte", + "discover": "Entdecke", + "mySocials": "meine Accounts", + "learn": "Erfahre", + "moreAboutMe": "mehr über mich" + }, + "about": { + "title": "Über", + "donationCatchphrase": "Gefällt dir was du siehst? Spende doch etwas.", + "moreProjects": "Mehr Projekte erkunden", + "featuredProjects": "Vorgestellte Projekte", + "mySkills": "Meine Fähigkeiten", + "myCareer": "Mein Werdegang", + "birth": "Geboren 03.11.2001" + }, + "social": { + "title": "Soziales", + "descriptionWithLink": "Finde mich auf anderen Plattformen oder <1>besuche meine Freunde!", + "description": "Finde mich auf anderen Plattformen!" + }, + "friends": { + "title": "Freunde", + "description": "In dieser Liste stehen Freunde von mir und meiner Seite. Schau doch bei ihnen mal rein, wenn du mehr interessante Projekte sehen willst." + }, + "donate": { + "title": "Spenden", + "description": "Hey! Es sieht so aus als würdest du über eine Spende nachdenken. Das ist nett! Wenn du ein bestimmtes Projekt unterstützen willst, schreibe deine Wünsche gerne in den Spendenkommentar.", + "thanks": "Danke für die Spende!", + "thanksText": "Ich finde es schön, dass du meine Arbeit schön findest und das zeigst! Sende mir gerne eine E-Mail an <1>{{contactEmail}} wenn du mit mir über irgendwas reden möchtest!", + "gitHub": "Du kannst mich mit dem folgenden Button ganz einfach über GitHub Sponsors unterstützen!", + "payPal": "Wenn du mich lieber über PayPal unterstützen willst ist hier der Button für dich:", + "sponsorGitHub": "Über GitHub unterstützen", + "donatePayPal": "Über PayPal spenden" + }, + "menu": "Menü", + "language": { + "en": { + "name": "Englisch" + }, + "de": { + "name": "Deutsch" + } + }, + "blog": { + "title": "Blog", + "readFull": "Ganzen Post lesen »", + "meta": "Gepostet am {{date}} von {{author}}", + "page": "Seite {{page}}/{{maxPage}}", + "previous": "Zurück", + "next": "Weiter", + "section": { + "blog": { + "name": "Blog", + "description": "Begleite mich in meinem spannendem Leben!" + }, + "scambox": { + "name": "Scambox", + "description": "Tauche mit mir ein in die Welt der Scams, die ich tagtäglich so bekomme, und lach ein bisschen mit mir!" + } + }, + "sections": "Rubriken", + "posts": "Beiträge" + }, + "not_found": { + "title": "Nicht Gefunden", + "titleExt": "Seite Nicht Gefunden", + "text": "Ups... Diese Seite existiert nicht, also gehen wir am besten <1>zurück zur Startseite und probieren es nochmal." } - }, - "blog": { - "title": "Blog", - "readFull": "Ganzen Post lesen »", - "meta": "Gepostet am {{date}} von {{author}}", - "page": "Seite {{page}}/{{maxPage}}", - "previous": "Zurück", - "next": "Weiter", - "section": { - "blog": { - "name": "Blog", - "description": "Begleite mich in meinem spannendem Leben!" - }, - "scambox": { - "name": "Scambox", - "description": "Tauche mit mir ein in die Welt der Scams, die ich tagtäglich so bekomme, und lach ein bisschen mit mir!" - } - }, - "sections": "Rubriken", - "posts": "Beiträge" - }, - "not_found": { - "title": "Nicht Gefunden", - "titleExt": "Seite Nicht Gefunden", - "text": "Ups... Diese Seite existiert nicht, also gehen wir am besten <1>zurück zur Startseite und probieren es nochmal." - } } diff --git a/locales/en/translation.json b/locales/en/translation.json index 8d18a2e..3680aec 100644 --- a/locales/en/translation.json +++ b/locales/en/translation.json @@ -1,95 +1,95 @@ { - "site": { - "description": "Hello, I am Kevin Kandlbinder, a developer and hobby photographer from northern Germany." - }, - "layout": { - "imprint": "Imprint", - "datasec": "Data Protection", - "disclaimer": "Disclaimer" - }, - "project": { - "title": "Project", - "plural": "Projects", - "aboutHeader": "About {{projectName}}", - "viewGitHub": "View on GitHub", - "viewWebsite": "View Project-Website", - "description": "This is what I am working on or have worked on.", - "view": "View" - }, - "home": { - "title": "Home", - "hello": "Hello, I am", - "me": "I am", - "webDeveloper": "a web developer", - "imageCredit": "Portrait taken by Jannik Kiel", - "myLocation": "Quickborn, Schleswig-Holstein, Germany", - "explore": "Explore", - "myProjects": "my projects", - "discover": "Discover", - "mySocials": "my socials", - "learn": "Learn", - "moreAboutMe": "more about me" - }, - "about": { - "title": "About", - "donationCatchphrase": "Like what you're seeing? Consider donating.", - "moreProjects": "Explore more Projects", - "featuredProjects": "Featured Projects", - "mySkills": "My Skills", - "myCareer": "My Career-Path", - "birth": "Born 03.11.2001" - }, - "social": { - "title": "Social", - "descriptionWithLink": "Find me on other platforms or <1>visit my friends!", - "description": "Find me on other platforms!" - }, - "friends": { - "title": "Friends", - "description": "In this list you can find friends of mine and this site. Feel free to check them out for more interesting projects." - }, - "donate": { - "title": "Donate", - "description": "Hey! It looks like you're thinking about donating to me. That's nice of you! If you want your donation to go towards a specific project, feel free to write your wishes into the donation comment.", - "thanks": "Thanks for donating!", - "thanksText": "I really appreciate you appreciating my work and showing it! Feel free to mail me at <1>{{contactEmail}} if you have anything you want to talk about!", - "gitHub": "You can very easily support me via GitHub Sponsors using the following button!", - "payPal": "If you'd rather support me via PayPal the following button is for you:", - "sponsorGitHub": "Sponsor using GitHub", - "donatePayPal": "Donate using PayPal" - }, - "menu": "Menu", - "language": { - "en": { - "name": "English" + "site": { + "description": "Hello, I am Kevin Kandlbinder, a developer and hobby photographer from northern Germany." }, - "de": { - "name": "German" + "layout": { + "imprint": "Imprint", + "datasec": "Data Protection", + "disclaimer": "Disclaimer" + }, + "project": { + "title": "Project", + "plural": "Projects", + "aboutHeader": "About {{projectName}}", + "viewGitHub": "View on GitHub", + "viewWebsite": "View Project-Website", + "description": "This is what I am working on or have worked on.", + "view": "View" + }, + "home": { + "title": "Home", + "hello": "Hello, I am", + "me": "I am", + "webDeveloper": "a web developer", + "imageCredit": "Portrait taken by Jannik Kiel", + "myLocation": "Quickborn, Schleswig-Holstein, Germany", + "explore": "Explore", + "myProjects": "my projects", + "discover": "Discover", + "mySocials": "my socials", + "learn": "Learn", + "moreAboutMe": "more about me" + }, + "about": { + "title": "About", + "donationCatchphrase": "Like what you're seeing? Consider donating.", + "moreProjects": "Explore more Projects", + "featuredProjects": "Featured Projects", + "mySkills": "My Skills", + "myCareer": "My Career-Path", + "birth": "Born 03.11.2001" + }, + "social": { + "title": "Social", + "descriptionWithLink": "Find me on other platforms or <1>visit my friends!", + "description": "Find me on other platforms!" + }, + "friends": { + "title": "Friends", + "description": "In this list you can find friends of mine and this site. Feel free to check them out for more interesting projects." + }, + "donate": { + "title": "Donate", + "description": "Hey! It looks like you're thinking about donating to me. That's nice of you! If you want your donation to go towards a specific project, feel free to write your wishes into the donation comment.", + "thanks": "Thanks for donating!", + "thanksText": "I really appreciate you appreciating my work and showing it! Feel free to mail me at <1>{{contactEmail}} if you have anything you want to talk about!", + "gitHub": "You can very easily support me via GitHub Sponsors using the following button!", + "payPal": "If you'd rather support me via PayPal the following button is for you:", + "sponsorGitHub": "Sponsor using GitHub", + "donatePayPal": "Donate using PayPal" + }, + "menu": "Menu", + "language": { + "en": { + "name": "English" + }, + "de": { + "name": "German" + } + }, + "blog": { + "title": "Blog", + "readFull": "Read full post »", + "meta": "Posted on {{date}} by {{author}}", + "page": "Page {{page}}/{{maxPage}}", + "previous": "Previous", + "next": "Next", + "section": { + "blog": { + "name": "Blog", + "description": "Read all about my exciting life!" + }, + "scambox": { + "name": "Scambox", + "description": "Take a dive with me into all of the scams I get on the daily, and maybe laugh at them a little!" + } + }, + "sections": "Sections", + "posts": "Posts" + }, + "not_found": { + "title": "Not Found", + "titleExt": "Page Not Found", + "text": "Whoops... That page doesn't exist, so you may as well <1>go home." } - }, - "blog": { - "title": "Blog", - "readFull": "Read full post »", - "meta": "Posted on {{date}} by {{author}}", - "page": "Page {{page}}/{{maxPage}}", - "previous": "Previous", - "next": "Next", - "section": { - "blog": { - "name": "Blog", - "description": "Read all about my exciting life!" - }, - "scambox": { - "name": "Scambox", - "description": "Take a dive with me into all of the scams I get on the daily, and maybe laugh at them a little!" - } - }, - "sections": "Sections", - "posts": "Posts" - }, - "not_found": { - "title": "Not Found", - "titleExt": "Page Not Found", - "text": "Whoops... That page doesn't exist, so you may as well <1>go home." - } } diff --git a/src/_globals.scss b/src/_globals.scss index a6dbe09..9e89ba9 100644 --- a/src/_globals.scss +++ b/src/_globals.scss @@ -7,11 +7,10 @@ $textColor: white; $lightTextColor: black; $layoutPadding: 20px; -$noticeColor: rgba(#e52b3e, .15); +$noticeColor: rgba(#e52b3e, 0.15); $mainFont: "Fira Code", monospace; - @mixin flexList { display: flex; flex-wrap: wrap; diff --git a/src/components/navigation.module.scss b/src/components/navigation.module.scss index 15f6e04..47b69be 100644 --- a/src/components/navigation.module.scss +++ b/src/components/navigation.module.scss @@ -15,7 +15,6 @@ transition: opacity 0.25s, left 0.25s; pointer-events: none; overscroll-behavior: contain; - &.active { left: 0; diff --git a/src/pages/index.module.scss b/src/pages/index.module.scss index ced41d9..1a36d4f 100644 --- a/src/pages/index.module.scss +++ b/src/pages/index.module.scss @@ -33,7 +33,6 @@ } .heroSectionBg { - background: linear-gradient(45deg, #000850 0%, #000320 100%), radial-gradient(100% 225% at 100% 0%, #ff6928 0%, #000000 100%), linear-gradient(225deg, #ff7a00 0%, #000000 100%), @@ -379,19 +378,19 @@ background-color: $accentColor; border-radius: 100px; box-shadow: 0 0 15px 0 rgba(229, 43, 62, 0.25); - + &::before { - content: " "; - position: absolute; - top: -10px; - left: 0; - width: 5px; - height: 5px; - background-color: $accentColor; - border-radius: 100px; - box-shadow: 0 0 15px 0 rgba(229, 43, 62, 0.25); + content: " "; + position: absolute; + top: -10px; + left: 0; + width: 5px; + height: 5px; + background-color: $accentColor; + border-radius: 100px; + box-shadow: 0 0 15px 0 rgba(229, 43, 62, 0.25); } - + /*&::after { content: " "; position: absolute; @@ -412,7 +411,7 @@ --entry-color: #{$accentColor}; &:first-child { - margin-top: 0; + margin-top: 0; } &:last-child { @@ -464,9 +463,9 @@ height: 25px; } } - + .date { - opacity: .75; + opacity: 0.75; } a { diff --git a/src/templates/blogListing.module.scss b/src/templates/blogListing.module.scss index 6cd3572..29c3747 100644 --- a/src/templates/blogListing.module.scss +++ b/src/templates/blogListing.module.scss @@ -4,7 +4,7 @@ display: block; margin-top: 2rem; margin-bottom: -2rem; - font-size: .8em; + font-size: 0.8em; text-decoration: none; } @@ -47,12 +47,11 @@ } } - .pageSwitcher { display: flex; margin-top: $layoutPadding; - >* { + > * { width: 33%; } @@ -86,7 +85,7 @@ .meta { margin-bottom: 10px; - opacity: .5; + opacity: 0.5; } .excerpt { @@ -104,5 +103,5 @@ display: block; padding: $layoutPadding; text-align: center; - opacity: .5; -} \ No newline at end of file + opacity: 0.5; +} diff --git a/src/templates/blogPost.module.scss b/src/templates/blogPost.module.scss index 9e1bcb3..7ef3c84 100644 --- a/src/templates/blogPost.module.scss +++ b/src/templates/blogPost.module.scss @@ -17,7 +17,7 @@ .meta { display: block; margin-top: -25px; - margin-bottom: $layoutPadding*2; + margin-bottom: $layoutPadding * 2; } .chatBox { @@ -38,7 +38,7 @@ font-size: 1.5em; text-shadow: 0 0 10px black; - @media(prefers-color-scheme: light) { + @media (prefers-color-scheme: light) { text-shadow: 0 0 10px white; } @@ -47,7 +47,6 @@ } } - > iframe { position: absolute; top: 25px; @@ -65,5 +64,4 @@ -1px 11px 33px -10px rgba($accentColor, 0.25); } } - -} \ No newline at end of file +}