Skip to content

Commit

Permalink
feat: style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpq committed Feb 17, 2024
1 parent bd2c93c commit bf01423
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
18 changes: 17 additions & 1 deletion src/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ html, body {
height: 100%;
width: 100vw;
overflow-x: clip;
line-height: 1.3;
}

h1,h2,h3,h4,h5,h6 {
font-weight: 900;
}

p {
p, ul {
// font-family: 'Bitter', serif;
// text-align: justify;
a {
Expand All @@ -48,6 +49,21 @@ p {
}
}

ul:not(.social) {
line-height: 1.2;
ul {
margin-top: 0.2em;
}
li{
&::marker {
color: var(--accent1);
content: "";
font-size: 1rem;
}
margin-bottom: 0.4em;
}
}

i {
color: var(--fg2);
}
Expand Down
5 changes: 4 additions & 1 deletion src/styles/projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ main {
display: grid;
grid-template-rows: 1fr min-content;
grid-template-columns: 2fr 1fr;
align-items: left;
border: none;

line-height: 1.15;
padding: 0.1em 0 0.15em 0;

h2 {
margin: 0;
}
Expand Down

0 comments on commit bf01423

Please sign in to comment.