style: adjust spacing
This commit is contained in:
parent
788a71b154
commit
3bf3387a9c
2 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,7 @@ body {
|
||||||
*/
|
*/
|
||||||
body {
|
body {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
letter-spacing: 0.25px;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -134,6 +134,10 @@ import { stuff } from '../constants/stuff';
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.highlighted-section__content ul li {
|
||||||
|
padding: 5px 0;
|
||||||
|
}
|
||||||
|
|
||||||
.cards-section {
|
.cards-section {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
max-width: var(--content-width);
|
max-width: var(--content-width);
|
||||||
|
|
Loading…
Reference in a new issue