add stufgf

This commit is contained in:
john 2024-05-07 17:08:02 +02:00
parent 99e8ef922a
commit 9ab6bb51ad
6 changed files with 45 additions and 11 deletions

View file

@ -1,12 +1,12 @@
:root {
--primary: #000;
--primary-light: #8a8a8a;
--primary-lightest: #eaeaea
}
--primary-lightest: #eaeaea;
html {
font-family: "JetBrains Mono", Arial, sans-serif;
font-size: 10pt;
@media print {
font-size: 9pt;
}
}
body {
@ -31,8 +31,9 @@ body {
column-gap: 2rem;
padding-top: 2rem;
padding-bottom: 2rem;
@media print {
padding-top: 0;
padding: 0;
}
}
@ -67,6 +68,19 @@ main > *:not(:last-child) {
margin-bottom: 1.5rem
}
.experiences-heading {
display: flex;
flex-direction: row;
/*align-items: baseline;*/
justify-content: start;
gap: 0.5rem;
& img {
width: 2rem;
height: 2rem;
}
}
.experience:not(:last-child) {
margin-bottom: 1rem
}
@ -153,4 +167,4 @@ a {
&:hover {
color: var(--primary);
}
}
}