Birthday and small fix
This commit is contained in:
parent
fa88fede29
commit
19e7d02520
6 changed files with 10 additions and 8 deletions
src/components
|
@ -4,7 +4,7 @@
|
|||
|
||||
<div>
|
||||
<p>
|
||||
I'm a 23 year old software developer from Germany. Even if my roots are with Electrical Engineering,
|
||||
I'm a 24 year old software developer from Germany. Even if my roots are with Electrical Engineering,
|
||||
I am currently pursuing a Masters Degree in Computer Science after starting to code more during my studies.
|
||||
I am mostly programming in Python, but I'm also confident in writing Javascript.
|
||||
</p>
|
||||
|
|
|
@ -38,7 +38,7 @@ const display = fadeout ? "": "display: none"
|
|||
margin: 1rem 0px 0px;
|
||||
padding: 0.5rem 0.75rem;
|
||||
text-decoration: none;
|
||||
background: radial-gradient(var(--c-primary-background), var(--c-secondary-background)) ;
|
||||
background: var(--c-primary-background);
|
||||
border-radius: 10px;
|
||||
border: 2px var(--c-accent-1) solid;
|
||||
}
|
||||
|
|
|
@ -41,6 +41,7 @@ import LinkContainer from "../links/linkContainer.astro";
|
|||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
font-family: 'Work Sans Variable', sans-serif;
|
||||
width: 97.5%;
|
||||
}
|
||||
|
||||
.fancy {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue