minor corrections

This commit is contained in:
madrilene 2023-05-23 16:27:37 +02:00
parent 625e375545
commit 88511d5076
3 changed files with 1 additions and 4 deletions

View file

@ -22,6 +22,6 @@
margin-top: var(--space-s);
}
.prose :is(ul, ol) {
.prose :not(.grid) :is(ul, ol) {
padding-inline-start: var(--space-s);
}

View file

@ -1,7 +1,6 @@
.gradient-text {
color: transparent;
background: conic-gradient(
var(--color-primary) 0 12%,
var(--color-primary) 0 33%,
var(--color-secondary) 0 55%,
#1471bb 0 70%,

View file

@ -6,8 +6,6 @@ layout: page
youtube: false
---
asdfsadf
- **Important:** edit meta data in `src/_data/meta.js`, it's being used all over the template.
- Have a look at the [blog posts](/blog/), they explain some basic features that aren't covered here.
- Search for 'eleventy-excellent.netlify.app'. You'll find an entry in `src/assets/css/global/global-styles.css`. Replace with your own domain. This is about the external link indicators, they are matched with your domain. If you don't want to use external link indicators, delete the whole style rule.