diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-05-04 01:05:04 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-05-04 13:34:10 +0200 |
| commit | fe7c149811f2e20c055ad0375aff05d29491efb4 (patch) | |
| tree | 8df0652a35cca0f9c8fcb5fb90648fef2f8415b4 /assets/css/partials/_article.scss | |
| parent | 3de434508e0b609dea1ce8dca94ef1b708e61d61 (diff) | |
Rebuild the site in Astro
Add licence
Update site name in header to match README.md
Add missing metadescription, opengraph and link to RSS
Update Astro configuration to include sitemap integration with priority and changefreq settings
New post
Diffstat (limited to 'assets/css/partials/_article.scss')
| -rw-r--r-- | assets/css/partials/_article.scss | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/assets/css/partials/_article.scss b/assets/css/partials/_article.scss deleted file mode 100644 index 7d99b92..0000000 --- a/assets/css/partials/_article.scss +++ /dev/null @@ -1,52 +0,0 @@ -main { - box-sizing: border-box; - margin: 0.75rem 1rem 3rem; - padding: 1.5rem 2.5rem; - border-radius: $floatingRadius; - box-shadow: $shadow; - - align-self: center; - - max-width: 82ch; - font-size: 1.25rem; - - background-color: $lightAlt; - - a { - color: $accentDark; - transition: color 0.2s ease-in-out; - - &:hover { - color: $accent; - } - } - - >* { - margin-top: 0; - margin-bottom: 1.75rem; - } - - >p>code { - word-break: break-word; - font-family: $monoFontStack; - - color: $accentDark; - background-color: #f6f6f6; - } - - h1 { - font-size: 2.75rem; - line-height: 1; - margin-bottom: 1rem; - } - - p.meta { - display: block; - font-size: 0.85rem; - margin-bottom: 1rem; - } - - pre { - overflow: scroll; - } -}
\ No newline at end of file |
