Skip to content

Commit

Permalink
precompiling scss code
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpastor97 committed Aug 19, 2024
1 parent 6e474c7 commit b3e79d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
12 changes: 0 additions & 12 deletions home.scss → home.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
:root{

--text-light: white;
--text-lighter: white;
--spacing-s: 8px;
--spacing-m: 16px;
--spacing-l: 24px;
--spacing-xl: 32px;
--spacing-xxl: 64px;
--width-container: 1200px;
}

*{
border: 0;
margin: 0;
Expand Down
Binary file removed images/apple-touch-icon.png
Binary file not shown.
4 changes: 2 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pagetitle: "Martini Force Field Initiative"
page-layout: custom
section-divs: false
toc: false
css: home.scss
css: home.css
editor: source
execute:
echo: false
Expand All @@ -14,7 +14,7 @@ resources:
- images/martini.gif
- images/home.jpeg
- images/cell1.jpg
- images/apple-touch-icon.png
- apple-touch-icon.png
---

```{=HTML}
Expand Down

0 comments on commit b3e79d5

Please sign in to comment.